andbook!.pdf - Learning Android Get an anddev.org - Android-Shirt Back to index
anddev.org Header Logo
FAQ Search Top rated articles Browse Feeds anddev.org - Authors Contact Details Register Log in

Request Tutorials Here !

Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
 
       anddev.org - Android Development Community | Android Tutorials | Index -> Novice Tutorials
Author Message
nico
Junior Developer
Junior Developer


Joined: 27 Nov 2007
Posts: 19
Location: Indonesia

PostPosted: Fri Jan 11, 2008 5:34 am    Post subject: Reply with quote

i dont know if this is the right thread to ask about this, i jst wanna ask, what is the name of this component?

oia, a tutorial on using ProgressDialog could be great Wink



whatisthis.JPG
 Description:
what is the name of this component?is it Gallery?
 Filesize:  3.6 KB
 Viewed:  2072 Time(s)

whatisthis.JPG


Back to top
View user's profile Send private message Yahoo Messenger
plusminus
Site Admin
Site Admin


Joined: 14 Nov 2007
Posts: 2624
Location: College Park, MD

PostPosted: Fri Jan 11, 2008 10:12 am    Post subject: Reply with quote

Hello nico,

the android-menu looks like the ImageSwitcher(with 'static' background):


Tutorial on ProgressDialog is already here: Source http://www.anddev.org/viewtopic.php?t=250

Regards,
plusminus

_________________
Download my apps Idea
Please remember, that this board is give & take Smile

| Android Development Community / Tutorials
Back to top
View user's profile Send private message Send e-mail Visit poster's website
sasuke
Experienced Developer
Experienced Developer


Joined: 30 Nov 2007
Posts: 57
Location: Indonesia

PostPosted: Fri Jan 11, 2008 5:19 pm    Post subject: Reply with quote

Hello plusminus...
Is it possible to use the accelerometer sensor with the emulator right now? If it possible, can you provide the tutorial to use it.

Thank you
Back to top
View user's profile Send private message
plusminus
Site Admin
Site Admin


Joined: 14 Nov 2007
Posts: 2624
Location: College Park, MD

PostPosted: Fri Jan 11, 2008 8:38 pm    Post subject: Reply with quote

Hello sasuke,

currently it is not possible to emulate the Accelerometer.
But I created some Source sample-code (click), that will work (ok without testing I cannot ensure that, but it should Wink ).

Regards,
plusminus

_________________
Download my apps Idea
Please remember, that this board is give & take Smile

| Android Development Community / Tutorials
Back to top
View user's profile Send private message Send e-mail Visit poster's website
sasuke
Experienced Developer
Experienced Developer


Joined: 30 Nov 2007
Posts: 57
Location: Indonesia

PostPosted: Sat Jan 12, 2008 3:22 am    Post subject: Reply with quote

thank you plusminus..
*searching for ideas for my final project in university Laughing Laughing *
Back to top
View user's profile Send private message
nico
Junior Developer
Junior Developer


Joined: 27 Nov 2007
Posts: 19
Location: Indonesia

PostPosted: Sat Jan 12, 2008 6:59 am    Post subject: Reply with quote

plusminus wrote:
Hello nico,

the android-menu looks like the ImageSwitcher(with 'static' background):


Tutorial on ProgressDialog is already here: Source http://www.anddev.org/viewtopic.php?t=250

Regards,
plusminus


ooooo i see Razz thx a lot +- Wink
Back to top
View user's profile Send private message Yahoo Messenger
Edmin66
Freshman
Freshman


Joined: 14 Jan 2008
Posts: 2
Location: Germany

PostPosted: Mon Jan 14, 2008 10:01 pm    Post subject: Reply with quote

Hi plusminus!

Could you provide a tutorial on how to create transparent floating activities or dialogs, like they are used in the Google Maps app to display search results, for example. I haven't been able to find any conclusive information on how this can be done.

Thx,
Edmin
Back to top
View user's profile Send private message
chunyenliu
Junior Developer
Junior Developer


Joined: 16 Jan 2008
Posts: 11
Location: KS, USA

PostPosted: Wed Jan 16, 2008 5:16 am    Post subject: Re: Request Tutorials Here ! Reply with quote

Maybe a simple sample of sending an email message with a photo attachment?

Thanks.
Back to top
View user's profile Send private message
pj
Once Poster
Once Poster


Joined: 16 Jan 2008
Posts: 1

PostPosted: Wed Jan 16, 2008 4:05 pm    Post subject: Reply with quote

Could you provide a sample for how to use KeyguardLock ?

I tried this:
Java:
       ...
        mKeyguardManager = (KeyguardManager)
getSystemService(KEYGUARD_SERVICE);
        mKeyguardLock = mKeyguardManager.newKeyguardLock("a");
        mKeyguardLock.reenableKeyguard();
        // and mKeyguardLock.disableKeyguard();
        ...

, but the keyboard is still unlock.

Thank you

Regards,
pj
Back to top
View user's profile Send private message
phtc
Freshman
Freshman


Joined: 15 Jan 2008
Posts: 3

PostPosted: Wed Jan 16, 2008 6:10 pm    Post subject: request tutorial - how to receive Xmpp data message Reply with quote

Hi,

Would you be so kind to have a tutorial how to receive data message with Xmpp?

Thanks!
Back to top
View user's profile Send private message
bloonlabs
Freshman
Freshman


Joined: 04 Dec 2007
Posts: 7

PostPosted: Sun Jan 20, 2008 3:06 am    Post subject: Reply with quote

I would love to see some tutorials related to the following topics:

Bundles - How to make them, useful things you can do with them, and how to modify them

Classes - How to properly move into another class, show a new screen, do something, then return back to the main class with a return code that does something in the main class. Involving intent-filters in this would be very useful.

Thanks!!

_________________
~Bloonlabs
http://www.bloonlabs.com
Back to top
View user's profile Send private message Visit poster's website
plusminus
Site Admin
Site Admin


Joined: 14 Nov 2007
Posts: 2624
Location: College Park, MD

PostPosted: Sun Jan 20, 2008 1:28 pm    Post subject: Reply with quote

bloonlabs wrote:
I would love to see some tutorials related to the following topics:

Bundles - How to make them, useful things you can do with them, and how to modify them

Classes - How to properly move into another class, show a new screen, do something, then return back to the main class with a return code that does something in the main class. Involving intent-filters in this would be very useful.

Thanks!!


Hello bloonlabs,

I suggest some of the existing tutorials here, as currently have to learn instead of writing tutorials Sad :
Source SubActivites with return value - The InputBox
Source [TinyTut] - Passing Data to Activities

Regards,
plusminus

_________________
Download my apps Idea
Please remember, that this board is give & take Smile

| Android Development Community / Tutorials
Back to top
View user's profile Send private message Send e-mail Visit poster's website
bloonlabs
Freshman
Freshman


Joined: 04 Dec 2007
Posts: 7

PostPosted: Sun Jan 20, 2008 9:33 pm    Post subject: Reply with quote

Thanks a bunch plusminus! I didn't notice those tutorials from before. Ill try them out!

Very Happy

_________________
~Bloonlabs
http://www.bloonlabs.com
Back to top
View user's profile Send private message Visit poster's website
HTN
Once Poster
Once Poster


Joined: 22 Jan 2008
Posts: 1

PostPosted: Tue Jan 22, 2008 4:50 am    Post subject: Reply with quote

I’m new to Java so I’m hoping someone can help me out. All I’m trying to do is create an ImageButton that uses one picture when some variable equals true, and shows another picture when the same variable equals off. I would also like a dialog box to pop up when a user holds the button down for certain amount of time, but that’s a feature I haven’t gotten to yet. Right now, I’m just trying to get the images to change, but I’ve been stuck for the past few days. Any help would be appreciated. Thanks.
Back to top
View user's profile Send private message
nico
Junior Developer
Junior Developer


Joined: 27 Nov 2007
Posts: 19
Location: Indonesia

PostPosted: Thu Jan 24, 2008 10:50 am    Post subject: Reply with quote

Hi plusminus,

i need some suggestion here. i want to create a rectangle on the screen (the rectangle can be filled with color or image), and that rectangle is dragable. when user touch the rectangle and drag it, it will move to the new position. any idea how to do this?

thanks
Back to top
View user's profile Send private message Yahoo Messenger
Display posts from previous:   
       anddev.org - Android Development Community | Android Tutorials | Index -> Novice Tutorials All times are GMT + 1 Hour
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
Page 4 of 8

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


© 2007, Android Development Community
All rights reserved.
Powered by phpBB.