What is the most effecient way to write application code? - android

I am new to android application developement.
How can I write efficient and optimized code? Can anyone give me a tutorial or example source with explanation.

I have no clue what you expect here, but start with the manual?
Hello world is a good place to start
Read up on apllication fundamentals

Related

Graphs/Charts in Android

I'm a beginner in android application development. I got a requirement where I have to show some statistics in the form of graphs/charts. I would like to if there is any API as such which would suffice this requirement in android. Else, I would like to the means the other best means that would make this easy. I referred other questions regarding this, but I'm unable to decide basing on them. Help needed as soon as possible.
This is good , easy to use and if You have problem PhilJay or someone else will help you on stack:
https://github.com/PhilJay/MPAndroidChart

How to connect my application with a local server in android

I'm a beginner, and I need to find a way to connect a local server to an android app. I hope you can provide me with a book to teach me hoe to do it. I have searched all over google, but couldn't find any. Thanks in advance.
No offense, but you're bad looking. First of all, do not forget, those development under the android goes for Java.
This way you can approach this article.
But this question shows a poor level of your knowledge. You should go through a couple of courses java and android.
Please learn basic skills. Tutorials "step by step" may leave a gap in your knowledge.

Flow of App or program in Android

hi I am a newbie to android programming and I learnt many basic programs and now when I started studying some of the sample programs. I am getting confused about the flow of the program in the areas like one method calling another and so on,
Also I tried DEBUGGING but it didn't work fine as many of the apps need input from user for understanding the complete flow of the program
So is there a way such that newbies like me can first understand the flow of program then dig into the code written over there.
Look at the Android Activity Life cycle on the android developer site.
http://developer.android.com/guide/components/activities.html
Let me know if you have any questions,I will be happy to help where I can.

Book, tutorials or sources for creating rich/complex interface (android)

Pretty much the title. I'm new in android development. So, I'm interesting about developing rich application, but cannot find a good tutorials. I would be realy appreciated if someone guide me some resources for start.
Maybe there is some open source project where I can find helpful information?
Thank you
UPD1
Is there some guide from start to end where explained how to make an application such a twitter app? Or any other kind of complex and start to end described application?
I would recommend starting here. The Google UI guidelines. It explains the different API for creating UI elements and also gets into pros/cons about icons, menus, fonts and so on.
http://developer.android.com/design/index.html
http://appinventor.mit.edu/explore/sites/teach.appinventor.mit.edu/files/MIT%20App%20Inventor%20Development%20Overview_0.pdf
http://cs.usfca.edu/~wolber/appinventor/bookSplits/ch4NoTexting.pdf
These are some of the links that i found very useful for complex android app development.

What is the use of intents and context in android

I am new to android My question is what are intents and context in Android. I am not able to find out there use in android application why they are used when they are used .For me as a beginner these are quite confusing. I had read many Articles but I am not able to determine there meaning and I am not able to use them flexibly can any body help me any help would very appreciable. Thanks for reading
You might want to read Android Application Fundamentals to understand them.

Categories

Resources