Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting started with Android [closed]

Tags:

android

So, I'll be getting my T-Mobile G1 within a month or so, and I'm excited to start developing for it.

Has anyone started using it yet? Is there a dev wiki or anything set up for it yet?

like image 517
FlySwat Avatar asked Sep 27 '08 19:09

FlySwat


People also ask

What is background process in Android?

Background processing in Android refers to the execution of tasks in different threads than the Main Thread, also known as UI Thread, where views are inflated and where the user interacts with our app.

What is the correct way to start s service in Android?

A service is started when an application component, such as an activity, starts it by calling startService(). Once started, a service can run in the background indefinitely, even if the component that started it is destroyed. A service is bound when an application component binds to it by calling bindService().

How do I start an activity background?

Intent dialogIntent = new Intent(this, Adscreen. class); dialogIntent. addFlags(Intent. FLAG_ACTIVITY_NEW_TASK); startActivity(dialogIntent);


1 Answers

  • Google's android groups

This is probably the best place to go. However, a good search on google will most likely take you to one of these discussion anyways. Here, you can discuss about your difficulties possibly with the core developers too.

  • Anddev.org

They're probably the most active groups so far (as of Sun, April 20, 2008) online regarding the development and the interactive community around android. Apart from the official google groups and the irc channel at #android on irc.freenode.net, they're probably the best place to go or ask questions.

  • http://davanum.wordpress.com/

Development halted here but still some rather interesting things that have been done.

  • phandroid.com

Didn't see much development things

  • Androforge.net

A nice little repository, not a lot of files though.

I pulled it from my development wiki which hasn't been updated for a while but best of luck working with Android ... and T-Mobile G1

like image 122
prasanna Avatar answered Sep 28 '22 02:09

prasanna