• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps How to build a basic Android application??

Mohan B N

Lurker
Hi Experts,

I am a complete novice to the field of Android applications. I want to build a basic Android application of an "website alert and post service".

Eg: Lets take FACEBOOK or TWITTER as the website.
The application which I design should intimate me about the new posts or tweets of my friends. At the same time I must be able to post or tweet just by opening a text box in the application and writing in it. As soon as I write, the message should get posted or tweeted on the website.

I am not sure about the complexity of the above application but I feel this would reduce the trouble of opening a browser, typing the website name and then logging in by putting the username and password.

Looking forward to have great interaction in the forum.

Thanks in advance,
Mohan.B.N.
 
well .. you are asking about using twitter/facebook APIs
https://github.com/thillerson/oreilly_android

you can find a source code for a simple twitter client, but it's gonna be kinda hard to understand that if you haven't worked with android before .. start with somethin simple then go up

the site also got a task manager source code , it's simpler than the twitter client
 
Back
Top Bottom