Olyjosh's Posts
Nairaland Forum › Olyjosh's Profile › Olyjosh's Posts
I can do nothing but to laugh. lol |
Just coming back. But that question isn't that clear to me. Is the initial amount already in the account or what? |
Any good 3D character modeller and animator to please drop your contact here with sample work(if possible) or please mail them to me olyjoshone@gmail.com as soon as possible thanks. |
Quite bussy now, will give u ans 2 qst D latter |
Qestion C public static double VolumeNeeded(int stackNo, double stackLenght, double stackWidth, double stackHeight ){ return stackLenght*stackWidth*stackWidth*stackHeight*stackNo; } The simple explanation is, the minimum volume(may be volume of Bully Van) needed to trasport the number of stack(area * height) is volume of stack multiply by number of stacks they want to transport. You can copy that method into a class with main or any class to create an instance of such class somewhere else and called with your argument passed to it. However it is a static method too so you can call it using the name of it class |
Question B /** * * @author Olyjosh */ public class YearlyProfit { public double profit(double amount, double rate){ // I refuse to put time in the calculation since the programm indicate its yearly and that means time is 1 year return amount*rate/100; } } Since you answered question, I believe you can create an instance variable in another class or create main method in this very class and use it to check calculations of you chosen amount over range of 2% to 10% interest. (Hint : loop over 2 to 10 percent) |
If you have answered question A yourself, I see question B and C to be even more simpler than A. Why not try attempting it and post the code for checking and corrections. |
I only reside in kwara two weeks ago. Though that's my base but IT shifted it to Lagos for now. The good thing is always ask your question here, I'm sure many programmer are ready to pick it up. |
With what? |
Wao, This is good. I will love to see it. |
Thank you. But don't abuse this. Keep it simple. Just one word or phrase. No explanation. Just Thank you. For yoruba let it be Yoruba: Eshe |
Ebira: Avo |
Hi, If you are so proud of your language then tell us your language and how to say thank you in your own language in the below format. English: Thank you |
You can however reach me on 08061662025 or mail: olyjoshone@gmail.com |
No email or phone number? |
Omoooo!!. I look this post sha and I see say everybody has spoken well. I look am again I see say e be like oga Seun no dey try cos matter like this that involve improving this app do arises but nothing den so about it. I come look am again I come see say e be like say those witches wey dey Seun's place don finally here about nairaland and they are like we are currently working on it
|
Sorry for my late response, I was on long journey to so somewhere. However, the steps here is -query the api using Http connections stuff and get your response from such api -Take the return InputStream or text -Collect them as Collection. Preferably Hashtable. -Then you can reference each layer(dept) of the json data using the Hashtable key. Look like I'm speaking Hausa? Then send me the sample api, the data you want me to extract(consume) from it, so I can send you a source Should in case you wana publish a json then you will need libraries that does that in java. Check out https://code.google.com/p/google-gson and the guide there too. |
olyjoshone@gmail.com |
asalimpo: how did u convince them to hand u a major job like for which u are inexperienced?Forget about inexperience bro. At no point can you acquire all experience in any field. @Ikequan, Is your "rest api in php" publishing json or xml? |
I agree with Spikec. You need to learn more on web-services concepts - Publishing and consuming a RESTFUL or SOAP webservices. But I prefer RESTFUL and you will need the knowledge of json or xml to do these. |
[Native Ibo pidgin ] You talk am well o my dear brother. Nna, every other forum don get ooo, Infactii, We even need a sympathy button, ofcos some post are to bad that u will need to sympathize.Dislike button is as necessary as like button. Otherwise let there be no like button too. |
Current Location: Minna Languages: Java(most use), C++, Php , Javascript, Scala, Swift( in view), Html5 and css Framework: javafx, codenameone, zk, Joomla |
Current Location: Minna Languages: java(most use), c++, php , javascript, scala, Swift( in view), Html5 and css Framework: javafx, codenameone, zk, Joomla |
I'm sorry for replying you late but its never my fault since there isn't any good notification means on nairaland that get you inform about updates on your smart devices(like push, mail, rss). I am just getting this now. You can reach me via olyjoshone@gmail.com or +2348061662025. Thanks |
Microsoft is unveiling an aggressive plan today to combat government surveillance. Brad Smith, Microsoft’s general counsel, says the software giant shares the concerns of its own customers about government surveillance of the internet, and is planning to address them with improved encryption, legal protections, and source code transparency. In a detailed blog post, Smith labels government snooping an "advanced persistent threat," a term generally used to describe teams of hackers that coordinate cyberattacks for foreign governments. Microsoft’s response follows recent revelations that the NSA has been secretly collecting private user data from various tech giants. The Washington Post revealed details of a program, known as MUSCULAR, that the NSA uses to tap into networks owned by Google, Yahoo, and Microsoft to obtain user information. Documents released by former NSA contractor Edward Snowden revealed a number of Microsoft-owned services have been targeted by the NSA, allegations Microsoft says it’s "especially alarmed" at. SERVER-TO-SERVER ENCRYPTION PLANNED FOR END OF 2014 Read more here: http://mobile.theverge.com/2013/12/5/5177554/microsoft-plans-server-encryption-against-nsa-snooping |
You are welcome bro. No need to rub banks now, You always distribute such cost on clients when they don dey bring the job or when u don finally dey get money from in-app purchase. But sha, like i said you can always have iMac which is the online version of Mac Os(Yes, apple is so generous only when its come to making money from such) |
Hi, I think there are quite a number of iOs developer here on nairaland. But you have made a very good choice by choosing iOs as the platform that you want to be programming for. As pc guru has mentioned that cost of development is too high, that is right. Take a looks at these, Publishing on android store is cheaper than it is on iOs. You will have to pay $25 for a lifetime as a developer to publish your apps on play store while you will have to be paying $99 to publish your apps on app store annually. However, to develop for iOs requires that you have a Mac though u can purchase the i-mac service online which Apple will bill you base on time. Though, you may develop everything about your application on pc if you are not using x-code but you will have to get i-mac in other to get provisional certificate(p12 certificate) for signing your applications. However, objective c programmers are not that much in Nigeria, thanks to java for the usual write once run anywhere that make it possible to write mac app with java too. There are also other ways to develop for iOs though they are not native and most are web(HTML 5) based tech. Regardless of all this, i feel it worth developing for since its pays much to develop for such Os where developers are not that much as it is on android and user are buying app than it is in android. I do develop for iOs despite the fact that i also develop for android |
Exposing ignorance u say, How much more did u read up update? Have you ever try out CN1? Have u read or watch any of those nice presentation at java zone 2013 ? What did you know about pixel and calculating of DPI of different platform? You really want to go native with your java knowlegde , how about going native on iOS , Did you have the knowledge require to write objective C and use x-code with their native SDK? (I wonder how many of those beautiful applications on appstore that uses those tool provided by apple to develop) Your post indicate you are coming from j2me, how much more did you know about LWUIT, J2ME POLISH among others. With your j2me knowledge can you write a total embedded midp application without using any open source? How much more have u digg up about Java virtual machines? Like you have gat your J2me portfolio, can u share them? Mind you, Guys who came up with codenameone have been working as contractor for oracle, writing java virtual machine for mobile for many years(more than 21 years if am not wrong) @javadoctor has really shown you a great way to do things efficiently, reducing stress and time management. Programming has gone beyond sitting beside you system but also explore and think out of the box. However, we are not impossibility thinker cos every thing u think off can be actualize. @Gozie, ur case be like a dead man wey dey try show people how to thread a needle. You open this thread claiming you wanted to start android programming, I wonder how far u have gone that u are talking beyond ur experience. Its better you review and try out advice than just ignoring them base on your thoughts. I wonder when you don turn professor for java |
CN1 is really the way, the truth to cross platform and native app development. Its better you explore discoveries very well before making post that seems to be confusing to a learner in software market. CN1 rocks on all platform, however a java base development for mobile. Thanks to Shai Almog, Chen Fishbein and the great codenameone team |
Mailed you on that. |
Damn |
I stumbled upon this YouTube video and I think its you guy should also watch it https://www.youtube.com/watch?v=x1TsOHyJPpw |
lol
button, ofcos some post are to bad that u will need to sympathize.