[android-developers] Job opening for android developer

2022-02-16 Thread Android Developer
sted Dealer/Lender network to grow loan originations and digital retailing. Headquartered in Chennai, India, Kuwy has its reach across 70 locations in India. Visit: www.kuwy.in for more details *Android Developer* *Job Summary:* Min 2+ years and max 6 years of experience and Android sk

[android-developers] Using ViewPager2 + TabLayout for multiplication tables (Kotlin)

2021-01-31 Thread Art Android Developer
Hello ! I'm very new in using Android Studio and apologies if this subject is not relevant to this group. I'm trying to use TabLayout + ViewPager2 to create multiplication tables. As I understand this is the best one to use. So far I was able to create tabs (1-10), but I am nowhere near to

[android-developers] Re: Android app project

2018-04-28 Thread Tara-Android Developer
> > hi, > I am working as android developer in India. Really very much interested to work upon your project. You can use android sdk tool to build android app. -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] No Real Persistent Background Work? Pathetic Google -.-

2017-02-13 Thread Android Developer
Ok ideally here what Google Do. 'You know what? you want you'r own implementation of Firebase and GCM,well hell no you will not get that,use Firebase or GCM and don't trip'. If we try to collapse this into meaningful sentence :D then we will get the next view : Lately i have been on

[android-developers] Websockets

2014-05-20 Thread android developer
Hello All I am new to Android , I am searching for websockets working sample please help me on this 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

[android-developers] adb push command not working in Kitkat(4.4)

2014-04-16 Thread android developer
Hi all , I am newbie to android, I want to push files into application internal memory from PC, adb push command is working fine all in android versions but not in Kitkat(4.4) saying permission denied I stuck at this issue, please help me on this. -- You received this message because you are

[android-developers] View Group onclick event not firing

2012-11-06 Thread Android Developer
Hi All, I have viewgroup that extends LinearLayout but i cant able to add onclick events to the child elements. Its only accessing ontouch event. I used dispatchTouchEvent(MotionEvent e) to touch event and i returned true. I tried onInterceptTouchEvent(MotionEvent ev) to stop touch event.

Re: [android-developers] Re: View Group onclick event not firing

2012-11-06 Thread Android Developer
Hi Bob Thanks for your reply. I need to use both touch and click events. if i return false from dispatchTouchEvent then i cant able to use touch events. I dont know how to add click events for viewgroup childs. Thanks On Wed, Nov 7, 2012 at 1:03 AM, bob b...@coolfone.comze.com wrote: Why

[android-developers] Android Developer Console Issue - cannot finish registration

2012-09-16 Thread Panpanisca Android developer
I'm trying to finish my Android developer registration on the Developer Console, but it looks as though the payment part is broken. When I reach the point of paying the $25 fee, I am transfered to a Google Wallet page stating that: https://lh4.googleusercontent.com/-QDQHDLGcdys/UFWkKGIm3CI

[android-developers] Changing whitelisted C2DM email address

2012-08-16 Thread Android Developer
Hi, I have android application that is in play store. Application has C2DM push notification feature and i used *accou...@test.com* as a whitelisted email address. Now i need to change to *accou...@test.com*. If i change it to new one and push it to play store then what will be the side effects?

[android-developers] Re: Finishing ActivityGroup which combine Top and Bottom tabs together in same activity ??

2012-07-30 Thread RKJ (Android developer)
Can u post source code or send it to me. I'm also trying to create 4 tabs at Top and 4 tabs at bottom, but not able to do it. On Thursday, 2 February 2012 06:18:32 UTC+5:30, AndroidGirl8 wrote: I made ActivityGroup which combined two activities one activity for TOP tab and second one for

[android-developers] Do we need images for all versions HDPI , MDPI , LDPI

2012-07-23 Thread Android Developer
Hi All, I am working in a avatar like application that has 20 plus images. I created HDPI images its looking good in HDPI mobiles not good in others. So do we need images for all version to support all phone models? Thanks in Advance -- You received this message because you are subscribed

[android-developers] Process has died.

2012-07-13 Thread Android Developer
Hi, I am using cometd Api for chat application its working good. but my application frequently killed by android framework. Until otherwise i launch application again it was dead in background and all the background process has been terminated. I knew its happening due to the channel has been

[android-developers] How to add date and time on captured image

2012-07-09 Thread android developer
Hi all, I have used this code print date and time on image. but not working pls help on this . ExifInterface exif = new ExifInterface(filename); exif.setAttribute(ExifInterface.TAG_DATETIME, (new Date(System.currentTimeMillis())).toString()); exif.saveAttributes(); -- You received

[android-developers] Issue

2012-05-28 Thread android developer
While running my app I am getting this message GC_EXTERNAL_ALLOC freed 296K, 46% free 3251K/5959K, external 1676K/1903K, paused 51ms any one pls help me on this issue. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Android writing to file and Upload it to server

2012-04-26 Thread android developer
Hi Good morning all. Android writing to file and Upload it to server , pls help me on this issue. Thanks and regards -- 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

[android-developers] display homescreen after kill all the background process

2012-04-19 Thread Android Developer
Hi All Can we able to display homescreen after kill all the background process. android.os.Process.killProcess(android.os.Process.myPid()); Help Appreciated. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] How to get Wifi upload speed.

2012-04-17 Thread android developer
Hi all, How to get Wifi upload speed. Please help me on this issue. -- 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] send email with velocity template in android

2012-04-12 Thread Android Developer
Hi All, How to send email from android with velocity template. I tried using with apache velocity jar but it seems android runtime excludes these velocity class E/AndroidRuntime(8721): java.lang.VerifyError: common/util/VelocityUtil How to i use velocity template in android to send a mail.

[android-developers] Crop ImageView that fits to the image

2012-04-10 Thread Android Developer
Hi All, I have an imageview and i set background and source for that. How to crop the imageView that fits exactly with image alone. In the attachment oval is the image. how do i set that while background color only for the image. I tried with scaleType but no luck and i attached the code i

[android-developers] Re: Crop ImageView that fits to the image

2012-04-10 Thread Android Developer
Hi All, I dont have any luck to fix that out. please help me out here if any one knows. Thanks On Apr 10, 10:00 pm, Android Developer c2dmdevelo...@gmail.com wrote: Hi All, I have an imageview and i set background and source for that. How to crop the imageView that fits exactly with image

[android-developers] How to close the dialogbox when clicking on the menu button

2012-03-27 Thread android developer
Hi Good morning to all. Please help me on this. How to close the dialogbox when clicking on the menu button? Thanks you all. -- 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] how to get SMS center number in android

2012-03-26 Thread android developer
Hi all, Please help me on this issue how to get SMS center number in android Thank you all.. -- 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

[android-developers] Set Layout Background Image and change color of the image dynamically

2012-03-24 Thread Android Developer
Hi, I have LinearLayout i want to set Image as background and i need to change the image color. I mean image remains transparent and it should reflect whatever background color we choose. I dont know how to start with any example is helpful. Thanks in Advance. -- You received this message

[android-developers] android developer wants to chat

2012-03-21 Thread android developer
--- android developer wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-5dd04db2b3-947e5a6ec4-58Pk-rVJyUPbXJ3v-wyzurb-FlU

Re: [android-developers] Re: Push Notification Services for 4.0

2012-03-21 Thread Android Developer
yes, it is. C2DM Supports from 2.2 and higher. Mani. On Wed, Mar 21, 2012 at 1:33 PM, Hemant Chaudhari hemant.newslet...@gmail.com wrote: Thanks Nicolas, Is it also supported on Android 4.0? -Hemant On Wednesday, 21 March 2012 11:54:44 UTC+5:30, Nicolas Embleton wrote: Push

[android-developers] Re: How to make autocompletetextview list border as transparent

2012-03-21 Thread Android Developer
Hi I am not sure whether i can achieve this or not. because its default list attributes i dont know how to change this. On Wed, Mar 21, 2012 at 1:37 PM, Android Developer c2dmdevelo...@gmail.comwrote: Hi, I have autocompletetextview while tying its shows the list. how to i make the list

[android-developers] How to get Streetview in mapactivity

2012-03-16 Thread Android Developer
Hi All, StreetView method in now depricated in mapactivity. how do we display the map with streetview. Thanks Mani -- 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

Re: [android-developers] How to get Streetview in mapactivity

2012-03-16 Thread Android Developer
Hi This method is already deprecated. i used it but its not working'. Thanks Mani On Fri, Mar 16, 2012 at 4:21 PM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: On Fri, Mar 16, 2012 at 4:15 PM, Android Developer c2dmdevelo...@gmail.com wrote: Hi All, StreetView method in now

Re: [android-developers] multi touch

2012-03-15 Thread android developer
multitouch works only views concept, On Thu, Mar 15, 2012 at 12:40 PM, shihab shiha shihabkp.andr...@gmail.comwrote: Hi , I have two buttons i want to activate multitouch for these two buttons. I have two sound files. i want to play these files using the multi touch concept. Pleas give a

[android-developers] How to get geolocation for the given ip address

2012-03-13 Thread Android Developer
Hi, I have a map activity and i want to set the coordinates(latitude,longitude) for the given ip address. Whichever ip address i pass i need to get latitude and longtitude. how do i get it? *GeoPoint point = new GeoPoint(latitude ,longtitude);* - for given ip address. Thanks Mani. -- You

Re: [android-developers] How to get geolocation for the given ip address

2012-03-13 Thread Android Developer
at 10:37 AM, Android Developer c2dmdevelo...@gmail.com wrote: Hi, I have a map activity and i want to set the coordinates(latitude,longitude) for the given ip address. Whichever ip address i pass i need to get latitude and longtitude. how do i get it? GeoPoint point = new

[android-developers] Mutli touch with multi buttons

2012-03-05 Thread android developer
Hi all, how to Touch 3 buttons at the same time? I need your help regarding Multi touch with the help of multi buttons on gridview. Please suggest me on this issue. Thanks you all. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] How to add View to xml file?

2012-03-01 Thread android developer
Hi all, i am trying to add to view(which consists circle) my xml file , but i could n't, so please help me on this... is it possible? Thank you all -- 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] How to get coordinates of the button programmatically?

2012-02-28 Thread android developer
I have one button in an AbsoluteLayout in an XML file. From there I am able to set the (x,y) position of the button. How can I get and set the (x,y) coordinates of the button programmatically? Thanks all. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] About SQLite

2012-02-24 Thread nunna narendra android developer
when i am trying to fetch the data from local database it is not working how can i solve this problem plz help me . -- 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

[android-developers] Install Application programmatically on Android

2012-02-21 Thread android developer
Hi all, How to Install APK File Programmatically, Please help me in this issue -- 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] How to create pie chart in android, pls let me know

2012-02-10 Thread android developer
How to create pie chart in android, pls let me know -- 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] getting started

2012-01-26 Thread Android Developer
when did you guys get started working on android and why did you start? Is it possible to be a serious Android developer and also hold another non-related 9-5 job? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] How to change the font size in gridview

2012-01-17 Thread android developer
How to change the font size in gridview? let me know.. [image: vertcal.png] -- 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

[android-developers] Proguard is not working on Eclipse Helios

2012-01-11 Thread Android Developer
Hi, I have tried exporting my Android project by adding the line proguard.config=proguard.cfg in default.properties file. It exports the apk file successfully. But I didn't find the proguard output files either under project root or under project root/bin directory. Also, no errors occurred

[android-developers] reading CDATA from xml?

2012-01-10 Thread android developer
i have to read CDATA from xml, so please help me -- 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] Store XML file into the Resource folder

2012-01-08 Thread android developer
just type file name without extention it will work.. few days back i had faced same issue like this. On Mon, Jan 9, 2012 at 1:23 PM, venu gopal reddy venu.andr...@gmail.comwrote: Hi friends, I am getting one XML file from one web services cal. Now Just I want to save that XML file into

[android-developers] Androin 2.2 calendar source code

2012-01-03 Thread android developer
HI to all! I have to create Calendar in v2.2 . so can any1 send me sample code? -- 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] How to create Widgets in android?

2012-01-02 Thread android developer
How to create Widgets? send me sample code or links Thanks to all -- 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] How to create animation for CustomDialog

2011-12-23 Thread 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 android-developers+unsubscr...@googlegroups.com For more options, visit

[android-developers] Difference between in simple_list_item_1 and simple_list_item_2

2011-12-21 Thread android developer
Difference between in simple_list_item_1 and simple_list_item_2. I am trying for simple_list_item_2, but my emulator is crashing. let me know -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] How to Implement button like this?

2011-12-21 Thread android developer
ha ha On Thu, Dec 22, 2011 at 12:32 PM, Christopher Van Kirk christopher.vank...@gmail.com wrote: I would start by sending your resume to Google. On 12/22/2011 2:43 PM, android developer wrote: [image: googelsearch.png] How to Implement button like this? -- You received

[android-developers] Pls send me android souce code....

2011-12-19 Thread android developer
Hi to all. Pls send me android source code files(Sample Projects) or else send the souce code links... Thanks you all. -- 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

[android-developers] How to assign xml source code to Dynamic button?

2011-12-18 Thread 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 android-developers+unsubscr...@googlegroups.com For more options, visit

[android-developers] How to move Object in android?

2011-12-18 Thread android developer
Hi i want small car game, in that let me know how to move object(car image). can anyone send me sample code for that.. Thank you all. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] How can select any file pro-grammatically from android's Internal/External Storage ..

2011-12-18 Thread android developer
On Fri, Dec 16, 2011 at 2:56 PM, Jalp Bhatt bhattja...@gmail.com wrote: Hello, i develop an app which select any file from internal storage and then upload that file online . So if any body know how to select any file from internal/external storage then please help me on this issue as fast

[android-developers] where can get the Android sample source codes?

2011-12-18 Thread android developer
where can get the Android sample source codes? send me the site links Thanks you all... -- 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

[android-developers] OrmLite problem with proguard

2011-11-24 Thread Android Developer
Hi All, I am trying to optimize my apk using proguard. I keep com.j256.ormlite package at the end of proguard config file. and i add the library jars also. and also mapping.txt is not getting created. My Proguard.cfg -optimizationpasses 5 -dontusemixedcaseclassnames

Re: [android-developers] Re: Remove Log Statements

2011-11-23 Thread Android Developer
den 16. november 2011 07.42.02 UTC+1 skrev Android Developer: Before pushing application to market we need to remove Log statements. if application contains more java files then its hard to remove one by one. Its not particularly elegant, but for smaller projects I usually just declare

[android-developers] Proguard returns null pointer exception while adding external restlet jar

2011-11-23 Thread Android Developer
Hi, Did any one have solution for this? proguard return exception for adding external jar file( restlet jar). Exception. Proguard returned with error code 1. See console Unexpected error while performing partial evaluation: Class = [org/restlet/engine/local/ ZipClientHelper] Method =

Re: [android-developers] Remove Log Statements

2011-11-16 Thread Android Developer
am generate through eclipse. Thanks Mani. On Wed, Nov 16, 2011 at 12:12 PM, Android Developer c2dmdevelo...@gmail.com wrote: Hi All, Before pushing application to market we need to remove Log statements. if application contains more java files then its hard to remove one by one

Re: [android-developers] Remove Log Statements

2011-11-16 Thread Android Developer
Hi All, Any ideas, I dont have any luck to get this. Thanks Manikandan On Wed, Nov 16, 2011 at 1:54 PM, Android Developer c2dmdevelo...@gmail.comwrote: Hi All, Im getting this exception. Proguard returned with error code 1. See console Unexpected error while performing partial

[android-developers] Remove Log Statements

2011-11-15 Thread Android Developer
Hi All, Before pushing application to market we need to remove Log statements. if application contains more java files then its hard to remove one by one. is Proguard is the best solution for this scenario? if its that it giving some problem while optimizing external jar files especially restlet

[android-developers] Difference between auto sync and push notification

2011-11-09 Thread Android Developer
Hi All, What is the difference between auto sync and c2dm. if both are not same then tell me about auto sync and how its work. Thanks Mani -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Difference between auto sync and push notification

2011-11-09 Thread Android Developer
Hi All, And how do we set the interval for autosync. Thanks mani On Wed, Nov 9, 2011 at 2:29 PM, Android Developer c2dmdevelo...@gmail.comwrote: Hi All, What is the difference between auto sync and c2dm. if both are not same then tell me about auto sync and how its work. Thanks Mani

Re: [android-developers] Difference between auto sync and push notification

2011-11-09 Thread Android Developer
Hi All, I dont think we can set the time interval for auto sync. Thanks Mani On Wed, Nov 9, 2011 at 6:33 PM, Android Developer c2dmdevelo...@gmail.comwrote: Hi All, And how do we set the interval for autosync. Thanks mani On Wed, Nov 9, 2011 at 2:29 PM, Android Developer c2dmdevelo

[android-developers] Re: Java script to Native Bindings reverse

2011-08-15 Thread Android Developer
on argument data types issue. Thanks in Advance. PS On Aug 12, 6:53 am, Mark Murphy mmur...@commonsware.com wrote: On Fri, Aug 12, 2011 at 2:57 AM, Android Developer p.sidda...@gmail.com wrote: I am working on web applications where am trying to access Native functionality in the phone

[android-developers] Java script to Native Bindings reverse

2011-08-12 Thread Android Developer
/WebView.html#addJavascriptInterface(java.lang.Object, java.lang.String) BUT if I need to pass data back to Java script there is no API or mechanism to do so. Could you please let me know if there is a way out, tried hard but seems no API exposed for the same. Thanks in advance, A fellow Android Developer

[android-developers] Receive audio over bluetooth, using SCO

2011-07-25 Thread CTO Android Developer
Hi Can an Android device receive (not send) audio from another android device, using Bluetooth SCO ? I could not determine a conclusive answer. Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: Integrating Facebook To my App

2011-03-15 Thread Ponraj Android Developer
thank you for your replies. I have done with my Facebook integration. On Sat, Mar 12, 2011 at 6:29 AM, LAM_Creations lam.creations...@gmail.comwrote: Do you want it to just be Facebook or are you looking to offer the data to any network/app that can receive the data? If you just want your app

[android-developers] How to declare Button as global object????

2011-03-15 Thread Ponraj Android Developer
Hi All. I am creating buttons dynamically. I am not able to access those buttons outside the methods. I am not familiar with java programming. I am new to android. Give solution for my problem. Should I declare the Buttons globallyIf yes means, How should I? help me out -- with

[android-developers] Integrating Facebook To my App

2011-03-11 Thread Ponraj Android Developer
Hi All, I just want to integrate Facebook share with my android App. I am new to android. suggest me a simple and best way to integrate Facebook with my App. Actually I need to share data in Facebook. When I click the Facebook button in my App, I should Sign in to my FB account and post the data.

[android-developers] sony xperia x10, power button not working for my apps

2011-03-02 Thread RKJ (Android developer)
Hi all, I develop a application, from application, if you press the power button to lock, and then unlock it, it will ask for password, it is working in HTC desire, motorola, but not working in Sony Ericsson Xperia 10. Have any one any openion on this, whether any setting is required or the

[android-developers] How to link 3rd party .so file in android

2011-01-07 Thread Android Developer
Hi, Can someone let me know how to do this? I have a third party .so file that has to be used in my android application. I have written the jni and tried to access the apis of the third party library. But am getting errors that library not found. Can some one help on this? -- You received this

[android-developers] How to check the status of LockScreen

2011-01-05 Thread RKJ (Android developer)
Hi All, my issue is, when i'm inside the my apps, and press the power button to screen lock (in desire), and again press the power button to unlock the screen, i'm redirecting to that page earlier i was. But I want, when i press the power button to unlock the screen, i need to to my

[android-developers] How to encrypt the database

2010-12-08 Thread RKJ (Android developer)
Hi all, I want to ecrypt the whole database, my question is 1. is it possible 2. if YES, how can i achieve? 3. if NO, is any alternative way to encrypt the db, -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Eml Parser

2010-12-06 Thread Android Developer
Hi, How to parse .eml files in android? -- 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] IMAP Version in android

2010-12-06 Thread Android Developer
Hi, I would like to know which version of IMAP protocol is currently being used in Froyo code? also Where is the imap library located? -- 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] Camera image lost when mobile turn to landscape

2010-11-17 Thread RKJ (Android developer)
Hi All, I'm taking image from camera, and setting this image to ImageView, but when i'm turning mobile to landscape, the sat image lost. How to resolve this issue. --Thanks in advance -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Connection device problem

2010-11-15 Thread RKJ (Android developer)
Hi All, I want to run my apps in devices directly not in emulator (htc), i install htc sync, again running in emulator, what to do.? Thanks in advance -- 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] add a linear layout on click of button

2010-11-12 Thread RKJ (Android developer)
Hi all, I want to add a full layout on click of button, i did in below way... I want when i press the R.id.phone_more_botton button, then entire LinearLayout android:id=@+id/add_contact_phone (button + EditText) will added, if i click again again add then entire layout. addContact.java

[android-developers] Creating Sliding Drawer in new look

2010-11-02 Thread RKJ (Android developer)
Hi all, I want to create a slider in this way button1button2button3 Is it possible. -- 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

[android-developers] how to fetch the email from exchange server

2010-10-28 Thread RKJ (Android developer)
Hi All, My emulator got connected to server, now any activity in server, i'm getting Request ID, and details in my local database, My question is - how to get mail from server, when from server send a mail. --thax -- You received this message because you are subscribed to the Google Groups

[android-developers] how to change the behavior of back button

2010-10-27 Thread RKJ (Android developer)
Hi, i want to change the behavior of back button, I have 3 activity, activity1, activity2, and activity3 another activity, activity4 is a login activity start -activity1-clickActivity2-clickactivity3 on activity2 i'm using @Override public void onBackPressed ()

[android-developers] How to handle Home Button

2010-10-25 Thread RKJ (Android developer)
Hi All, I need to handle home button, redirection of home button on customize way.. wt to do. -- 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

[android-developers] how to handle back buttton

2010-10-25 Thread RKJ (Android developer)
Hi All, I want to handle the back button in customize way. What to do. -- 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] how to use alert dialog in services

2010-10-19 Thread RKJ (Android developer)
Hey i want to use alert dialog in services, but i'm not getting the dialog, public void myEventOccurred(Event evt) { // TODO Auto-generated method stub System.out.print( Event fired...); new AlertDialog.Builder( this ) .setTitle(

[android-developers] error - ANR in com.sent.mail (com.sent.mail/.SentMail) with keyDispatchingTimedOut

2010-10-13 Thread RKJ (Android developer)
Hey, I'm trying to send a Email, thrugh the GMailSende, but I'm getting error like... Can any one describe me what is ANR, how to read the /data/anr/ trace.txt file. 10-13 13:56:19.624: ERROR/ActivityManager(59): ANR in com.sent.mail (com.sent.mail/.SentMail) 10-13 13:56:19.624:

[android-developers] Re: Why is my application suspended

2010-10-12 Thread Top Android Developer
Tickets is released. On Oct 12, 1:43 pm, Top Android Developer khurram.sa...@gmail.com wrote: Hi Thanks for your response but shouldn't Google tell us as oppose to we guessing :) I have serious issues with ugly policies for refunds / chargeback On Oct 12, 10:28 am, Kumar Bibek coomar

[android-developers] Progress Dialog on application load

2010-10-11 Thread RKJ (Android developer)
Hey, I want a progress dialog before launching the apps, once click on application, first ProgressDialog will come for 5 sec then actual application. --RKJ -- 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] Click on Home icon need to start application from beginning

2010-10-11 Thread RKJ (Android developer)
Hi, I want to to start the application from beginning, once i click on home button. Now, If i click on home button, and i want to again open the application it preserve the initial state, and automatically ll go there, But I want it will start from beginning. thanks --RKJ -- You received this

[android-developers] Why is my application suspended

2010-10-11 Thread Top Android Developer
Hi I have application Lotto Lite, Lotto 10 Tickets, Lotto 40 Tickets and Lotto 120 Tickets : my application was suspended by Google and i didn't even receive an email / notification for potential reason for suspension. Can someone from Google please respond ASAP Regards Lotto Android Developer

[android-developers] Re: Why is my application suspended

2010-10-11 Thread Top Android Developer
because it's a lottery/gambling app. Atleast, it looks like from it's name On Tue, Oct 12, 2010 at 10:54 AM, Top Android Developer khurram.sa...@gmail.com wrote: Hi I have application Lotto Lite, Lotto 10 Tickets, Lotto 40 Tickets and Lotto 120 Tickets : my application was suspended

[android-developers] Lost Checked state of check box in ListView while scrolling

2010-10-06 Thread RKJ (Android developer)
Hi, I'm facing problem in scrolling. I've 20-25 items in my List, if i checked first check box, scroll down, then come up, my checked status lost (becomes unchecked), in cursor adaptor. If i use base adaptor problem is resolved but major issue with base adaptor is performance, if my list goes

[android-developers] Problem in height of Listview

2010-10-01 Thread RKJ (Android developer)
Hi Techie, I'm facing a problem in height of ListView (in my list i'v some time 1 item or some times 20-30 items) ListView android:id=@+id/ListView01 android:layout_height=330px android:layout_width=fill_parent

[android-developers] how to save the state of checked item in ListView having Checkbox

2010-09-29 Thread RKJ (Android developer)
Hi, I'm new to android, please help me how to save the state of checkbox, i.e. I've ListView with checkbox, three textview and again checkbox. I wish to save the checked state of item(s), how to save the state of checkbox. -- You received this message because you are subscribed to the Google

[android-developers] Re: Calling a MapActivity from another activity

2010-09-28 Thread android developer
I already done this.. but still i am getting same error.. NoClassDefFoundError.. In build what we should choose google api or adnroid api. Can you please tell me how did you solve? Thanks On Aug 4, 9:59 pm, JR james...@gmail.com wrote: I got this error and it was caused from the:          

[android-developers] Re: Calling a MapActivity from another activity

2010-09-28 Thread android developer
I got the answer.. Its because I am using android API level.. instead We should use Google API level... On Aug 4, 9:59 pm, JR james...@gmail.com wrote: I got this error and it was caused from the:          uses-library android:name=com.google.android.maps / Being missing from my Manifest.xml,

[android-developers] Android API JavaDoc online service in a Rich Internet Application (JavaFX)

2010-09-27 Thread Android Developer
JavaDoc is usually text-based and in HTML format. If you want to view the packages and class hierarchy graphically, here is a little utility http://www.DataCivilization.com/A.html. Basically that is a JavaDoc viewer developed in JavaFX. You can use it to browse the Android API class by class

[android-developers] How to get the ListView item as web

2010-09-21 Thread RKJ (Android developer)
Hi All, I've list view item as a object, I want to fetch item details as web to show. --RKJ -- 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

[android-developers] how to get the data from ListView

2010-09-17 Thread RKJ (Android developer)
Hi All, I want to get the value of List item from the previous intent. Example - screen1 - List View List Item 1 List Item 2 List Item 3 --- click on this ListView item, I'm moving to another intent, say screen 2

[android-developers] How to calculate distance between to city (dynamically)

2010-09-16 Thread RKJ (Android developer)
Hi All, I want to calculate the distance between 2 city, whatever user mention. Example - Default City - 1st City - New York or New Delhi, London Seoul anything User Put - 2nd City - California Need - to calculate distance between California to New York or London Welcome any hints --RKJ

[android-developers] How to use GridView with ScrollView (containg Data of ListView)

2010-09-16 Thread RKJ (Android developer)
Hi All, I want to use GridView with Scroll View(which containing ListView) Example - || || |GridView (3 col) | |

[android-developers] How to get the height width of emulator in android

2010-09-16 Thread RKJ (Android developer)
Hi all, I want to get the height width of emulator (which will reflect in device also). --RKJ -- 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

  1   2   >