[android-developers] Hi..email validation problem

2010-12-09 Thread Abhilash baddam
Hi, iam new android..can any one tell how to do email validation in android... actually i have one edit text where the user have to enter email id.. how can i validate whether the user entered proper mail id or not. Regards, Abhilash.B -- You received this message

Re: [android-developers] Hi..email validation problem

2010-12-09 Thread Mark Murphy
1. This is not related to Android. 2. It is not possible, short of sending the user an email and seeing if it works. There are plenty of Java regular expressions you can use with the Pattern and Matcher classes to make sure the email address is not completely rubbish (e.g., missing the @ sign).

[android-developers] hi

2010-11-22 Thread shinu
hi dears, how r u? I m the new joiner. My name is shinu. ok. All the best. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

[android-developers] Hi i want to check for Chanukka games in development

2010-11-17 Thread Nexus Style
Hi, I am highly interested in knowing of the existence of new chanukka games, if any of you is developing games in this direction, please notify me. I am willing to write a post in my blog about Chanukka games in mobile devices, and for the moment I just found one and only title in Android, a

[android-developers] Hi is there any possibility to display a live videostream from WLAN in java without using the JNI? For best it should not record the stream. Its ping -relevant. (remote contro

2010-11-09 Thread [Firesplash] dark alex
Hi is there any possibility to display a live videostream from WLAN in java without using the JNI? For best it should not record the stream. Its ping-relevant. (remote controlled camera) thanks for any help regards Alexander Täffner -- You received this message because you are subscribed to

[android-developers] Hi All, Please help me!!

2010-09-30 Thread Ulzii
When I upload my Android App to market it gives as next message: The certificate that signed this apk is not valid until the future. Create a new certificate. Help me to solve this problem. I setup my duration 50 years. I have signed my App from Eclippse. Thanks, Ulzii -- You received this

Re: [android-developers] Hi All, Please help me!!

2010-09-30 Thread TreKing
On Thu, Sep 30, 2010 at 12:56 PM, Ulzii ter...@gmail.com wrote: The certificate that signed this apk is not valid until the future. This usually means the time on your computer, at the time you signed your app, was ahead of the real current time. Try manually resetting your system clock to

[android-developers] Hi All

2010-09-10 Thread lokesh gupta
Hi -- Thanks Regards Lokesh Gupta -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] hi

2010-08-25 Thread vijaya
hi everybody, this is vijaya. I am new to Android. In Android, i have stucked with a problem. Can u help? I want to call my business class methods from other class , with in the switch case of OptionsItemSelected(). When I am trying to call that business class by object, its not working.

[android-developers] hi

2010-08-25 Thread mayuran
Hi all, Help me in gaining good android knowldge. Thanks Mayuran -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] hi

2010-08-25 Thread Frank Weiss
It's not like no one has explained Android before, http://developer.android.com -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

Re: [android-developers] Hi, really need help with Android Camera

2010-08-13 Thread Pedro Teixeira
Just don't know anymore where to do the stopPreviews and releases... just before the Intent onClick ?! That order is not working for me.. On Aug 11, 2010, at 5:32 PM, Mark Murphy wrote: You are getting Method called after release() triggered by a call to stopPreview() from your

Re: [android-developers] Hi, really need help with Android Camera

2010-08-13 Thread Pedro Teixeira
Hello .. can someone help me with this? I'm really frustrated... I've try releasing the camera and changing the code but im always getting the same error.. 3 days of this.. how annoying :/ PS: the new activity is a cam activity also with the same code.. at least for now code:

[android-developers] Hi, really need help with Android Camera

2010-08-11 Thread Pedro Teixeira
Hi there, I have a cameraView class which shows me the Cam View with a button placed on the corner. Once I click that button I'd like to go to another activity which also contains the camera view but some other properties. My code is giving me an undetectable error. I'm not sure what to do. Here

Re: [android-developers] Hi, really need help with Android Camera

2010-08-11 Thread Mark Murphy
On Wed, Aug 11, 2010 at 10:25 AM, Pedro Teixeira pedroteixeir...@gmail.com wrote: Hi there, I have a cameraView class which shows me the Cam View with a button placed on the corner. Once I click that button I'd like to go to another activity which also contains the camera view but some other

Re: [android-developers] Hi, really need help with Android Camera

2010-08-11 Thread Pedro Teixeira
Hey there, Thanks for the quick answer. I also considered keeping everything in the same activity, but as you, I'm also a fan of small independent and specific activities. The thing is.. one of this camera activities will work with pictures and my server database, and the other one will work

Re: [android-developers] Hi, really need help with Android Camera

2010-08-11 Thread Pedro Teixeira
I've tried stop the cam preview and release it before calling the intent.. it actually goes to the other activity now. but gives an error 1 second after This is the errors on the logcat: 08-11 17:22:06.943: ERROR/MediaPlayer(542): Unable to to create media player 08-11 17:22:06.953:

Re: [android-developers] Hi, really need help with Android Camera

2010-08-11 Thread Mark Murphy
You are getting Method called after release() triggered by a call to stopPreview() from your surfaceDestroyed(). Call stopPreview() before release()-ing the Camera. On Wed, Aug 11, 2010 at 12:24 PM, Pedro Teixeira pedroteixeir...@gmail.com wrote: I've tried stop the cam preview and release it

Re: [android-developers] Hi, really need help with Android Camera

2010-08-11 Thread Pedro Teixeira
I had that already and won't work anyway, here is the code: ThenNnowMode.setOnClickListener(new View.OnClickListener() { public void onClick(View v) { mCamera.stopPreview(); mCamera.release(); Intent TNNIntent = new

[android-developers] hi, i'm newbie in android, i wonder about float dp...

2010-08-09 Thread hwani
hi, guys. is it possible, coding float data to layout_height(int)? some problems occur in layout design, px to dp convert. ex) i designed some layout, in px work.(button width 100px) then i build the layout to dp.(button width 66.67dp : 66.67dp(100px*160/240)) regards, -- You

[android-developers] hi

2010-07-22 Thread Raineesh Pereira
Need some good stuff to learn Android... Am a new Android Developer... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] hi

2010-07-22 Thread Frank Weiss
Then go to the documentation http://developer.android.com -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] hi

2010-07-08 Thread TreKing
On Sat, Jul 3, 2010 at 5:30 AM, Ranjith sranjith1...@gmail.com wrote: what can i do netbeans with sql database connection? You have my vote for worst post ever. - TreKing - Chicago transit tracking

[android-developers] hi

2010-07-07 Thread Ranjith
what can i do netbeans with sql database connection? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] hi. i have a trouble with MediaRecorder

2010-07-07 Thread Byeong Jo Lee
hi. i have been trying to record camera using MediaRecorder. i searched some sample source code. but they dose not work... actually i succeeded recording audio, but i can't record video. is there someone who advice me? source code --- package lbj.camera.test;

回复: Re: [android-developers] Hi, anyone knows how to install python on android?

2010-06-19 Thread 铮王
Oh.I think it must there are ways to install linux apps ,but i'm so appreciate for your answer ,thanks , hope someone will help me on it... 在 2010-6-18 下午4:16,Mark Murphy mmur...@commonsware.com编写: On Wed, Jun 16, 2010 at 11:24 PM, J之道 hbyw...@gmail.com wrote: As the title ,I'm an

Re: 回复: Re: [android-developers] Hi, anyone kn ows how to install python on android?

2010-06-19 Thread David Turner
2010/6/19 铮王 hbyw...@gmail.com Oh.I think it must there are ways to install linux apps ,but i'm so appreciate for your answer ,thanks , hope someone will help me on it... No, actually Android is very different from a standard Linux distribution, and you can't install Linux apps on it. The

[android-developers] Hi, anyone knows how to install python on android?

2010-06-18 Thread J之道
As the title ,I'm an absolutely newbie ,and I don't know how to get my milestone install some valuable linux software , for example ,MySQL ,Apache ,and so on. And ,there's any tool that I can use to operate remotely by linux command line on my lap top through usb or WIFI ? Or can I get some app

Re: [android-developers] Hi, anyone knows how to install python on android?

2010-06-18 Thread Mark Murphy
On Wed, Jun 16, 2010 at 11:24 PM, J之道 hbyw...@gmail.com wrote: As the title ,I'm an absolutely newbie ,and I don't know how to get my milestone install some valuable linux software , for example ,MySQL ,Apache ,and so on. You can't install MySQL ,Apache ,and so on. You can get Python via the

[android-developers] Hi All

2010-04-28 Thread Sergey
I create new contact with new API (ContentProviderOperation) see samples from SDK: ArrayListContentProviderOperation ops = new ArrayListContentProviderOperation(); ops.add(ContentProviderOperation.newInsert(ContactsContract.RawContacts.CONTENT_URI)

Re: [android-developers] Hi All

2010-04-28 Thread Dmitri Plotnikov
If it is a Google account, you also need to add the contact to a visible group, e.g. My Contacts. If it is your own type of account, you need to set UNGROUPED_VISIBLE=1 in the corresponding ContactsContract.Settings row. On Wed, Apr 28, 2010 at 3:46 AM, Sergey sergey...@gmail.com wrote: I

[android-developers] Hi Question about menu

2010-04-22 Thread 智超 薛
i want to realize button pop-up optionmenu, i write a button setOnClickListener, check this could pop-up menu , how to made it? my code is: case R.id.tools: if(myMenu==null) { myMenu.add(0, 0, 0, Add).setIcon(R.drawable.addfolderr);

Re: [android-developers] Hi Question about menu

2010-04-22 Thread ~ TreKing
On Thu, Apr 22, 2010 at 3:36 AM, 智超 薛 suner...@gmail.com wrote: anyone know how to make it work? Try checking if (myMenu != null), since, you know, you probably want a valid object to add stuff to.

[android-developers] Hi

2010-04-21 Thread subrat kumar panda
Hello all, In Preference i have changed the background color by using the following code: getWindow().setBackgroundDrawableResource(R.drawable.White); getListView().setBackgroundColor(Color.TRANSPARENT);

Re: [android-developers] Hi

2010-04-21 Thread ~ TreKing
On Wed, Apr 21, 2010 at 7:11 AM, subrat kumar panda evergreen.sub...@gmail.com wrote: but how i change the text color to black. 1) What text color? 2) Hi is probably the most useless title for a post you can come up with. Try to give your posts a title that is indicative of the subject

[android-developers] ~~Hi~~

2010-04-05 Thread Abdullah Bakhach
http://sites.google.com/site/gdfh76tgfs/rulp6p -- Abdullah Bakhach FOSS Factory President co-founder www.fossfactory.org/abdullah 519.505.0602 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Hi has anyone met problem about usb driver of XPERIA X10 (mini)?

2010-03-24 Thread Qingyan(Evan) Liu
Hi everyone, Recently I got a phone Sony Ericsson XPERIA X10 mini. When I wanted to connect it to my PC to develop on it, I met the usb driver problem. Firstly I enabled the usb debugging of the handset. Then I plugged it to my PC. The handset said the message USB debugging is connected. The

[android-developers] Hi every one

2010-03-24 Thread hany
I am the new learner in android. so please send ever basic code and examples thanking you. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

Re: [android-developers] Hi every one

2010-03-24 Thread TreKing
On Mon, Mar 22, 2010 at 11:31 PM, hany hanumanthu...@gmail.com wrote: I am the new learner in android. THE new learner!? so please send ever basic code and examples Uh ... no. There are plenty of online samples, like the official documentation, which I won't even bother linking so you

Re: [android-developers] hi

2010-03-22 Thread Kevin Duffey
Haha. I don't get why this was posted either. lol On Fri, Mar 19, 2010 at 3:19 AM, Sean Hodges seanhodge...@googlemail.comwrote: On Thu, Mar 18, 2010 at 1:21 PM, akshu aksharanadaha...@gmail.com wrote: i don't know about pc. Have you tried turning it off and on again? -- You received

Re: [android-developers] hi

2010-03-19 Thread Sean Hodges
On Thu, Mar 18, 2010 at 1:21 PM, akshu aksharanadaha...@gmail.com wrote: i don't know about pc. Have you tried turning it off and on again? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] hi

2010-03-18 Thread akshu
i don't know about pc. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For

[android-developers] Hi All TabWidget Show is Small

2010-03-17 Thread takky takazawa
Hi All I'm developing application in android v.2.1. My tab host contain 6 tab. But All tab show smaller, How to increase tab widh ?. or How to show Three first tab and show button at the left sight, after click this button it show another tab ?. Thanks in advances. -- You received

[android-developers] Hi

2010-01-20 Thread Andrioddeveloper
Hi All, It is nice to see andriod developers world wide. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] hi

2010-01-19 Thread rakesh rapaka
hi, iam into mobile game development. i have been developing games in j2me. now i want to develop for android can anyone suggest best tutorial for android game development. where to start and how to start is my big confusion. thanks in advance -- rakesh rapaka -- You received this message

Re: [android-developers] hi

2010-01-19 Thread Miguel Morales
Hey Rakesh, I have yet to see any good complete tutorials on making an android game. I think this is because there is more than one way to make a game in android. For example, you can make it a flash game and have it run on the browser. Or you can use the Canvas classes provided, which makes

Re: [android-developers] hi

2010-01-19 Thread Kevin Duffey
I am watching this now. Pretty kewl. This guy talks really fast tho. :D On Tue, Jan 19, 2010 at 10:34 AM, Miguel Morales therevolti...@gmail.comwrote: Hey Rakesh, I have yet to see any good complete tutorials on making an android game. I think this is because there is more than one way to

[android-developers] hi how i can record the phone call

2009-12-14 Thread tuku
actually i want to record the in coming and out going phone calls can i do that if yes can u provide me some sample code bye takecare -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] hi

2009-12-04 Thread juan1111
i have a g1 and i am living in bahrain in middle east when i try to sign in it says there is a problem communicating with Google servers i am using i prepared sim card please help -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Hi

2009-12-02 Thread Ram
I am trying to work the android development in UBUNTU 8.0 OS. I installed Eclipse 3.5 IDE Linux 32 bit version. When i try to add ADT 0.9. plugin it is reporting me the following error and it aborts the adding ANdroid plugin installation process. Error details

[android-developers] Hi...

2009-11-13 Thread Clay
Hello! I want to get in this group! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Hi

2009-10-20 Thread Giri
Hi I would like to join into this Google Android group. Please add me as a member into your group. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Hi

2009-10-06 Thread Jackie
I am trying to create a Home application that contains AppWidgets. Can I make a own AppWidgets list layout that includes AppWidgetHostView without APPWIDGET_PICK intent? I mean I wanna make a visual AppWidget list. Actualy I made it, but i couldn't start AppWidget some like Music widget. I

[android-developers] hi, i need help with a simple counter and timer app for use while refereeing fencing

2009-09-11 Thread jonthebear
ive installed the sdk and have no idea what to do, so could you either give me step by stpp instructions or better yet make the following app for me. i require an app with a double counter, (green on left, red on right) with an + and - button for each and a button which adds 1 and removes 1 from

[android-developers] Hi Need help

2009-08-24 Thread Nishat
Hi All I am a new Android developer and i am trying some basic stuff like the hello world application. I am able to create a project and created a avd as well. when i am running the project i am getting the error : [2009-08-22 19:37:18 - HelloAndroid] Android Launch! [2009-08-22 19:37:18 -

[android-developers] Hi, I was really hoping someone could make something like this, it would be very helpful.

2009-06-11 Thread Jimmarn
I was thinking it may be possible to create a app to run with the phone so the SMS are password protected, either with the path maker or letters and numbers. It would be nice to have the option to protect your sms and maby some of the folders in the gallery. Does any one think this may be

[android-developers] hi,how do I get the detail info of Contacts?

2009-04-14 Thread luggie
and witch document I can find the Api? thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] hi

2009-03-21 Thread harsh
Hey, Checkout www.RemindMeSam.com . -- harsh Via - www.remindmesam.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] hi

2009-03-13 Thread Nithin
HI... I want to resize the image dynamically before i set the background of the Image button... If there is any method .? Thanks in advance Nithin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] hi

2009-02-26 Thread Suman
hi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] hi cant download

2009-02-09 Thread msmsmukesh
Hi all,I cant download the android books. Please help me. Thanks Mukesh. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Hi

2009-02-08 Thread Dilli
New join --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Hi

2009-01-30 Thread pavojan
Help me!!:) After pushing numerous pictures onto an SD card image, I'm having trouble displaying them in a grid-like view. I am trying to use android.provider.MediaStore.Images.Thumbnails to access image thumbnails, but I can't find a way to generate thumbnails and populate the thumbnails

[android-developers] Hi, please help with installing an .apk

2009-01-02 Thread Dr. Tingrong Lu
Hi, I'm trying to write a code to install an apk on SDK1R2. I read your posts on google groups, and copied the code like below. but the code doesn't work. Did I miss anything? Thanks. public void insAPK() { Uri data = Uri.parse(file://sdcard/an1115.apk); try { Intent

[android-developers] hi,i'm new here.and i have a question about how to draw word on the surfaceview.

2008-12-22 Thread quill
i have known about how to draw points in the surfaceview with the APIdemo in the sdk.to use ontouchevent() function.but i want to know when(which point) the pen has touched the screen, and when it has distouched. is there any functions likes onclickdown() or something esle? thank you for your

[android-developers] hi

2008-12-14 Thread jphdsn
Problem, how could I put images in MediaStore.Images.Media..INTERNAL_CONTENT¨_URI or MediaStore.Images.Media..EXTERNAL_CONTENT¨_URI is there any link the app Pictures? thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] Hi... Issue while accessing the content provider

2008-11-18 Thread yasmin afrose
Hi, I got Source not Found error if I've complied the following code. My Data.java = * package* com.aspire.android.dataprovider; * import* java.util.ArrayList; * import* java.util.HashMap; * import* java.util.Map; * import* android.app.ListActivity; * import*

[android-developers] hi,i am an android junior,

2008-07-07 Thread [EMAIL PROTECTED]
hi,i am an android junior,studying about kernel,we go ahead together,study eachother. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] hi How to resize a layout ...

2008-06-02 Thread Kalyan
Hi, Firstly apologies,as this is a repost.I had posted it in Android beginers group I created a simple List view.Now i want to control the width of the List view. I have the following doubts: 1)How can i get the actual size of the screen used by the application. Any one has example code how to

[android-developers] hi

2008-05-29 Thread a7lahm
للحصول على وزن مثالي في يوم واحد ادخل هنا http://www.antya7la.com/vb/t26066.html خبر مؤسف ومؤلم اتمنى الدخووول http://www.antya7la.com/vb/t26168.html اختاري لون الصبغ اللي اناسبح ( السايت عجيب) للنساء فقط http://www.antya7la.com/vb/t26211.html السلسلة الوثائقية الشيقة Walking with Dinosaurs

[android-developers] hi

2008-05-24 Thread دلال
مدرسة الفوتوشوب http://www.antya7la.com/vb/t24285.html برنامــج لمراقـــبة الشبكة المحلية Lan http://www.antya7la.com/vb/t25573.html#post273260 490أيقونة روعة لسطح الكتب ثلاثية الابعاد http://www.antya7la.com/vb/t25576.html#post273267 برنامج لتحويل ملفات الباوربوينتPowerpoint الي

<    1   2   3   4