[android-developers] Re: save and pass date from ane activity to another activity

2012-08-03 Thread imran ali
Hi Convert Date to String and pass though in intent using putExtra(key,value). and on other Activity in onCreate() , use getIntent().getExtra(Key). Regards Imran Ali On Friday, August 3, 2012 4:04:20 PM UTC+5:30, Sadhna Upadhyay wrote: Hi everibidy, i am making an app in which i need

[android-developers] Re: activity is invoking twice

2012-08-02 Thread imran ali
Hi, Your question is not clear, can you post part of code that has been calling another activity. Hope we can help you, if you will post code or correct details of problem. Regards Imran Ali On Thursday, August 2, 2012 12:12:52 PM UTC+5:30, Sadhna Upadhyay wrote: Hi everybody, i hva

Re: [android-developers] Multiple build created using single library project are not working

2012-07-13 Thread imran ali
Hi Log cat indicate that you have nullpointer exception on line number 302 of your OnAir.java class file. Check in file, what are you using on 302 line number? and is that proper instantiated before use? Regards Imran Ali On Friday, July 13, 2012 4:05:53 PM UTC+5:30, Tushar Lal wrote

Re: [android-developers] Facebook application, with custom device.

2012-06-28 Thread Syed Imran Ali
Thanks All. Regards Imran Ali On Thu, Jun 28, 2012 at 4:50 PM, Henry Addo add...@gmail.com wrote: On Thu, Jun 28, 2012 at 10:56 AM, Mark Murphy mmur...@commonsware.comwrote: On Thu, Jun 28, 2012 at 1:35 AM, imran ali imran...@gmail.com wrote: Can i get source code of original FB App? You

[android-developers] Facebook application, with custom device.

2012-06-27 Thread imran ali
and feel in application (basically due to dialog). Can i get source code of original FB App? if yes How? or any other help or guide line to improve look and feel as original Facebook application? Regrads Imran Ali -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Help with App crackers

2012-06-15 Thread imran ali
Hi, Really, it is very shameful. I think best option to apply in-app billing to sell android application. Regards Imran Ali On Friday, June 15, 2012 11:30:37 AM UTC+5:30, Giuseppe wrote: Dear guys, We work about two months, six people to make possible VOICE PROhttps://play.google.com/store

[android-developers] Re: Database

2012-06-07 Thread imran ali
Hi Arun, Follow this , http://www.helloandroid.com/tutorials/store-imagesfiles-database. store byte array in db and at time of showing image, convert byte array[from db] to bitmap. Regards Imran Ali On Thursday, June 7, 2012 12:38:15 PM UTC+5:30, arun wrote: hai friends.. how to store

[android-developers] Re: Error when switch activity at the second time

2012-06-04 Thread imran ali
.* * * *So remove this line.* * * *other hand check out either are you doing some on other operation on button click listener or only calling CobaGesture Activity?* *if you are calling only CobaGestureActivity then it will work fine.* * * *Regards* *Imran Ali* On Friday, June 1, 2012 2:03:29 PM UTC+5

[android-developers] Why mediaRecorder.start(); goes in infinite loop, on some of android phone like S2 with o/s 2.3.6?

2012-05-29 Thread imran ali
., neither below one nor catch() logs. Can any one help me to short out problem? is there any trick that I have been missing? Regards Imran Ali -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

Re: [android-developers] Why mediaRecorder.start(); goes in infinite loop, on some of android phone like S2 with o/s 2.3.6?

2012-05-29 Thread imran ali
Thank you Asheesh. But is working on most of phone, I am having problem with some specific phone only. Regards Imran Ali On Tuesday, May 29, 2012 1:23:11 PM UTC+5:30, asheesh arya wrote: recording is not possible in android!!! its not a part of sdk!!! -- You received this message because

Re: [android-developers] Cross App callback mechanism

2012-05-29 Thread imran ali
intent.getString(Key); In that way you can identify the response of particular request. hope will help you. Regards Imran Ali On Tuesday, May 29, 2012 5:29:38 PM UTC+5:30, Oleksandr Kruk wrote: Thanks Kristopher, Actually that's exactly what I have, an API which provides the developer with access

[android-developers] Re: Difference btwn following methods

2012-05-28 Thread imran ali
Nop, there is no difference, Both are same it is simple java concept. - in first way you are giving name of object of TextView and second way you are making anonymous object. otherwise every thing is same. Regards Imran ali On Monday, May 28, 2012 11:15:27 AM UTC+5:30, Jovish P wrote: I

[android-developers] Re: Can I have a service run as a seperate process?

2012-05-28 Thread imran ali
Hi, use android:process=processName this in AndroidManifest.xml. this will helpful http://developer.android.com/guide/topics/manifest/application-element.html#proc Regards Imran Ali On Tuesday, May 29, 2012 10:51:50 AM UTC+5:30, Put_tiMe wrote: I have a package, in which I have n activities

[android-developers] Re: launching an app

2012-05-27 Thread imran ali
Hi, You have to use intent filter to lunch first Activity of other application from your application. Regards Imran Ali On Monday, May 28, 2012 11:20:16 AM UTC+5:30, sourabh wrote: Dear All, How to launch an app programmatically. For example I want to launch an skype app on a click

[android-developers] Re: SQLiteException: no such table

2012-05-24 Thread imran ali
, conform it, where are you creating DB on phone internal memory/SD-Card, and is there space for it or not? Regards Imran ali Regards Imran Ali On Thursday, May 24, 2012 11:46:15 AM UTC+5:30, Ralph Bergmann wrote: Hello, my app was released a year ago or so, but now one year later, I get

[android-developers] Re: CheckBoxPreference.setChecked() doesn't take effect in Activity Test

2012-05-24 Thread imran ali
Hi, guess you are using PreferenceActivity. so, check your xml, what have you given android:defaultValue=?, either true or false? Hope it will help you. Regards Imran Ali On Thursday, May 24, 2012 2:10:36 PM UTC+5:30, Ira.Han wrote: Hi, I'm writing a test app which have a operation

[android-developers] Re: ListView with Simple adapter

2012-05-24 Thread imran ali
can you post part of code where your doing visible/invisible of buttons. I think you are doing some mistake in getView(...) method of Adapter. and it is going to mess on scroll of listview. Regards Imran Ali On Thursday, May 24, 2012 2:56:38 PM UTC+5:30, shruthi santosh wrote: My feeds list

Re: [android-developers] Re: ListView with Simple adapter

2012-05-24 Thread imran ali
of view. }else{ // getTag value } //set values in fields of view. hope it will help you. Regards Imran Ali On Thursday, May 24, 2012 4:22:42 PM UTC+5:30, shruthi santosh wrote: here is the code for getView(), public View getView(int position, View convertView, ViewGroup parent

[android-developers] Re: How to adjust the downloaded image to multiple screens

2012-05-22 Thread imran ali
to resolve issue. Regards Imran Ali On Tuesday, 22 May 2012 11:53:49 UTC+5:30, Ganesh Vadlakonda wrote: Hi all, I am working on android applications. I am getting some images from server. And I am downloading those images to cache memory for offline also. Later I am applying downloaded

[android-developers] Re: How to adjust the downloaded image to multiple screens

2012-05-22 Thread imran ali
Hi Ganesh, User this Bitmap originalBitmap=BitmapFactory.decodeFile(pathName); imageVew.setImageBitmap(scaledBigmap); Regards Imran Ali On Tuesday, 22 May 2012 12:59:42 UTC+5:30, Ganesh Vadlakonda wrote: Thank you for reply, I would like to do like the following.. Drawable

Re: [android-developers] How to implement Google Drive in Android application?

2012-05-22 Thread imran ali
wrong? any guess? Note: I am trying from Android and my Drive API and Drive SKD both are on for my Android project. Regards Imran Ali On Friday, May 18, 2012 6:37:29 PM UTC+5:30, JTeagle wrote: So I am trying Google Drive, but I did not found any suitable APIs or example to implement. I

[android-developers] Re: Deleting from item from listview using OnItemLongClickListener

2012-05-21 Thread imran ali
Hi Tadas, It is simple. 1. onLongClick you will get Item position, remove that position data from ArrayListDay object. 2. Then Notified Listview adapter data has changed as listAdapter.notifyDataSetChanged(); . Hope it will resolve your issue. If not then let me know. Regards Imran Ali

[android-developers] Re: call an Activity by intend and callbyvalue

2012-05-21 Thread imran ali
()*); Hope it will satisfy your desire, but better way is Raghav advice. To pass String/integer/boolean from one Activity to another activity , pass via Intent. Regards Imran Ali On Wednesday, 16 May 2012 13:23:58 UTC+5:30, superpsycho wrote: Hi, i´ll want to call the NextActivity, give

[android-developers] How to implement Google Drive in Android application?

2012-05-18 Thread imran ali
documentation of Google Drive, but not able to implement. If any one know/has implemented then please help me. Regards Imran Ali -- 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

[android-developers] Re: CPU leak android application

2011-11-01 Thread imran ali
understand that, which thread is running and using CPU. Regards imran ali On Oct 31, 4:13 pm, Kristopher Micinski krismicin...@gmail.com wrote: If you're not doing anything compute intensive in a service or something else like that, just using foreground UI, this sounds like perfectly normal

[android-developers] CPU leak android application

2011-10-31 Thread imran ali
background to foreground and foreground to background, till i don't start again with new process(as i stated with new process it is approx 30% of CPU). if any body have any idea then pleas help me. regards Imran ali -- You received this message because you are subscribed to the Google Groups

[android-developers] cursor.moveToFirst() cursor.moveToLast() time consuming issue with sqlite database.

2011-10-05 Thread imran ali
? Regards Imran ali -- 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

[android-developers] Re: Removing unused resources.

2011-09-01 Thread imran ali
I don't think so... according to me, better to remove all images, then looks error, and add one by one images according to error, that will remove all unused images. On Sep 1, 10:45 am, Akhilesh Mani coffeewitha...@gmail.com wrote: I am looking for an efficient way to find out if a resource

[android-developers] Android emulator , HeapWorker may be wedged, what will be solution?

2011-07-26 Thread imran ali
of com.android.launcher while already resumed in com.altaworks.kokaihop.ui 07-26 18:37:53.336: WARN/InputManagerService(72): Got RemoteException sending setActive(false) notification to pid 358 uid 10028 Regards Imran ali -- You received this message because you are subscribed to the Google Groups Android

[android-developers] How to stop scrolling TabWidget with keyboard ?

2011-07-18 Thread imran ali
, without scrollview it is working fine. if any body have solution please reply this post. Regards Imran Ali -- 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

[android-developers] how to implement UniqueFieldValueConstraint in db4o on Android ?

2011-06-22 Thread imran ali
): at com.db4o.internal.events.EventRegistryImpl.withExceptionHandlingInCallback(EventRegistryImpl.java: 279) What should be solution, i have to store all 200 objects, and if already object is present with same id, then over-write with new object? Regards Imran ali -- You received

[android-developers] db4o SODA query giving result null on ordering descending

2011-06-10 Thread imran ali
Hi all, I have been using db4o in my project,i have to search result and arrange in Descending order according to particular filed. I follow below code, but am getting null value. public ListRecipe getRecipiesByString(String searchValue) { ListRecipe

[android-developers] SODA query throwing exception :-com.db4o.internal.query.ObjectSetFacade

2011-06-09 Thread imran ali
_title _description are field of Recipe class of type String. it has been throwing com.db4o.internal.query.ObjectSetFacade and i am getting zero size of list. can any one sort out issue? what does it mean ObjectSetFacade in db4o? Regards Imran ali -- You received this message because you

[android-developers] Re: Animation transition between activities in ActivityGroup?

2011-05-27 Thread imran ali
it is not working for Activity group. As i found after google, in case of ActivityGroup we have to do some thing with localActivityManager. that i am unable to do presently. Regards Imran ali On May 27, 3:19 am, TreKing treking...@gmail.com wrote: On Thu, May 26, 2011 at 8:15 AM, imran ali

[android-developers] Re: inflating xml and adding dynamically

2011-05-26 Thread imran ali
Thanks, It work for me. Regards Imran ali On May 25, 10:11 pm, TreKing treking...@gmail.com wrote: On Wed, May 25, 2011 at 4:29 AM, imran ali imran...@gmail.com wrote: i am getting this exception The specified child already has a parent. You must call removeView() on the child's parent

[android-developers] Animation transition between activities in ActivityGroup?

2011-05-26 Thread imran ali
Hi, I am using ActivityGroup and in that i have been using activities, how can i animate activities at the time of setContentView(view)? Regards Imran ali -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] inflating xml and adding dynamically

2011-05-25 Thread imran ali
); /* some operations on commentsView */ lL.addView(commentsView, i); } i am getting this exception The specified child already has a parent. You must call removeView() on the child's parent first. what is will be solution?? Regards Imran ali -- You received this message because you

[android-developers] Re: inflating xml and adding dynamically

2011-05-25 Thread imran ali
Thanks for reply, i also tried with null vale, in this case it has been show last one only, though my need to show all. Regards Imran ali On May 25, 2:35 pm, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Wed, May 25, 2011 at 6:29 PM, imran ali imran...@gmail.com wrote: Hi all, i have

[android-developers] has ActivityGroup issue of overridePendingTransition(x,y);

2011-05-25 Thread imran ali
some thing wrong? i am using overridePendingTransition( ... , ...); when i am calling Another Activity,other hand it is working when i used with Activity in Another project, but did not Work with ActivityGroup. Regards Imran ali -- You received this message because you are subscribed

[android-developers] db4o SODA query with multiple Constraint

2011-05-23 Thread imran ali
); cuisineCon=query.descend(_cuisineID).constrain(cuisineID).equal(); query.constraints().and(cuisineCon); int noOfRecipe= query.size(); } Regards Imran ali -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] db4o SODA query with multiple Constraint

2011-05-23 Thread imran ali
); cuisineCon=query.descend(_cuisineID).constrain(cuisineID).equal(); query.constraints().and(cuisineCon); int noOfRecipe= query.size(); } Regards Imran ali -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] Re: Application crashes when downloding long data in from server and in loop.............

2011-05-23 Thread imran ali
i am saving whole data to database after parsing using Json parsar. -- As i think there is some thing limitation in doInBackground() Method. Regards Imran ali On May 20, 4:35 pm, Daniel Drozdzewski daniel.drozdzew...@gmail.com wrote: Imran, Any debug info? Listing of your doInBackground

[android-developers] Application crashes when downloding long data in from server and in loop.............

2011-05-20 Thread imran ali
of data approx 10MB of text. Regards Imran ali -- 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

[android-developers] Re: Odp: DB4O Native query time issue

2011-05-06 Thread imran ali
better performance. -- but again my question is, if we have native query with bad performance then what's use? or may be something i am doing wrong? Regards Imran ali On May 6, 4:06 pm, Tomasz Adamski tomasz.adam...@gmail.com wrote: I think that creating an index on dishTypeId will drastically

[android-developers] Re: JSon parsing has been taking more time on Android

2011-05-05 Thread imran ali
-- Hi All, Thanks for your advice, i got solution though i did not get Json from input-stream. the problem was with my db4o commit(). i was doing commit() with saving of every object that was consuming more time. Thanks again for your cooperation. Imran ali On Apr 28, 11:01 pm, Igor Konforti

[android-developers] DB4O Native query time issue

2011-05-05 Thread imran ali
recipelist; } 1. is i am doing any thing wrong? 2, can we have a query to retrieve random recipe (single object) by dishTypeID fields? Thanks imran ali -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] JSon parsing has been taking more time on Android

2011-04-27 Thread imran ali
, to parse and save one object it has been taking approx 10 sec. i want to reduce parsing time, how can i achieve on android? same thing on iPhone has been taking less time. is there any json parser that has been taking input-stream in spite of String to make Json Object? Regards Imran ali -- You

[android-developers] Re: HttpURLConnection responsecode 414-url too long issue

2011-04-19 Thread imran ali
Thank you Hari, i found helpful suggestion. Regards Imran ali On Apr 8, 9:24 pm, Hari Edo hari@gmail.com wrote: As another poster was hinting, this is a job for HTTP POST, not HTTP GET. GET puts all arguments into the URL.  POST puts a short URL, and then adds all of the arguments

[android-developers] Re: OutOfMemoryError- while to download big data and storing in db4o

2011-04-19 Thread imran ali
for 9-10 loops after that it is giving outOfMemory. so, i think it is due to db4o, because to save data i have to make lots of objects, there i may not be handling in proper way to clear memory. further any more suggestion? Thanks Imran ali On Apr 13, 7:17 pm, Streets Of Boston flyingdutc

[android-developers] OutOfMemoryError- while to download big data and storing in db4o

2011-04-13 Thread imran ali
approx 8MB it has been giving error java.lang.OutOfMemoryError. can any one tell me what I have to do to fix it? Thanks Imran ali -- 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

[android-developers] HttpURLConnection responsecode 414-url too long issue

2011-04-08 Thread imran ali
=7780154ids=7780807ids=7780796ids=7780818ids=7787606ids=7790206ids=7790586ids=7794481ids=7798785ids=779ids=7799000ids=7810269ids=7811938ids=7824648apiKey=xyz123 Thanks Imran ali -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] How to parse dynamic Json tag in Android

2011-04-06 Thread Er. syed imran ali
Hi all, In one of my application i have been getting big json that i have to parse, in that i have one part there is dynamic json tag, so can you please help to parse it in proper way. i am providing simple code so, that you can under stand problem. {recipeRows:[{amountFormatted:300,ingredient:

[android-developers] ORMs for Android

2011-04-04 Thread Er. syed imran ali
and having better performance in terms of speed execution? Thanks Imran ali -- 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] Imsdroid account setting issue with HTC desire [resolution 480*800]

2010-10-27 Thread Er. syed imran ali
, or is it issue with new HTC phone {my phone is Made in Tiwan} or some thing else. -- Note:- i have checked all setting properly. if any one know then kindly reply me. --Thanks Imran ali -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] how to reduce xml parsing time

2010-06-02 Thread Er. syed imran ali
); mem.setMailingAddress1(getCharacterDataFromElement(memberText)); ... ... ... } Thanks and regards Syed Imran ali -- You received this message because you are subscribed

[android-developers] problem to install .apk on phone

2010-04-28 Thread Er. syed imran ali
then it is failing, if you understand the problem then give me the reply or tell me what is correct way to install application on Android phone? Thanks and regards Imran ali -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] selection color and text color in whole project

2010-04-22 Thread Er. syed imran ali
Hi all, is there any process to change the default text color white to Black and default selection color of android orange to Blue for whole project. i am using Eclipse for Android development. if any one know then please reply me. Thanks and regards Imran Ali -- You received this message

[android-developers] Listview with checkbox

2010-04-21 Thread Er. syed imran ali
reply me, Thanks and Regards Imran ali -- 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

[android-developers] Listview with button on same activity

2010-04-17 Thread Er. syed imran ali
android:layout_height=fill_parent android:layout_x=10px android:layout_y=190px android:background=@drawable/myhelper_border / /LinearLayout /LinearLayout Thanks and regards Syed Imran Ali -- You received this message because you are subscribed to the Google Groups

[android-developers] seek bar implementing problem

2009-02-06 Thread Er. syed imran ali
hello Dear friends! i am trying to implement seekbar or progress bar, but i am getting problem to synchronize with file. so, if any body has code for seekbar/progress bar in media player kindly send me.. or give me process to implement. Thanks and regards Er. Syed Imran Ali