Tagged Questions
-1
votes
0answers
75 views
Continue with Java for pc or go to android? [on hold]
so I have been learning java from Deitel's learn java 9th edition. I am up to GUI's and a have a pretty good grasp on OOP etc. I want to go straight to the mobile app development scene, I believe I ...
-4
votes
3answers
169 views
C# or Java for building app for Android [closed]
I wanted to build app for Android. I do not have any experience in coding. Some people said it is possible to build an app for Android using C# or Java. Which language should I choose?
2
votes
1answer
311 views
Can you help me understand this design pattern made by Java expert?
I inherited the project from a very experienced Java developer. The project is Android app and the guy who coded is is very experienced in coding regular Java apps. He introduced some file structures ...
2
votes
1answer
186 views
Why does Android's Bundle API accept ArrayLists rather than Lists
I'm new to Android and while going through a tutorial on saving Activity state to a Bundle, I noticed that instead of accepting the more generic List interface, Bundle's put methods are expecting ...
0
votes
2answers
182 views
Starting android Development [closed]
I am considering learning android development. I have some basic knowledge in C++. I downloaded the ADT plugin and eclipse. Now while starting from http://developers.android.com I see the codes were ...