[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

[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, >

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:

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 wrote: > On Thu, Jun 28, 2012 at 10:56 AM, Mark Murphy wrote: > >> On Thu, Jun 28, 2012 at 1:35 AM, imran ali wrote: >> > Can i get source code of original FB App? >> >> You would have t

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

2012-06-27 Thread imran ali
look 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 G

[android-developers] Re: Help with App crackers

2012-06-14 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 > PRO<https://

[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.. >

[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

Re: [android-developers] Cross App callback mechanism

2012-05-29 Thread imran ali
like 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 de

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 thi

[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
ee only Before .start() method., 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" gro

[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

[android-developers] Re: Difference btwn following methods

2012-05-27 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: >

[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

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, View

[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 feed

[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 ap

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

2012-05-23 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 l

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

2012-05-22 Thread imran ali
t is doing 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 >

[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

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

2012-05-22 Thread imran ali
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. >

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

2012-05-21 Thread imran ali
tegervalue)).getclass()*); 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 ca

[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 ArrayList 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 Imr

[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-

[android-developers] Re: CPU leak android application

2011-10-31 Thread imran ali
that i can understand that, which thread is running and using CPU. Regards imran ali On Oct 31, 4:13 pm, Kristopher Micinski 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
tching application 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 Go

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

2011-10-05 Thread imran ali
forward? 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...@googleg

[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 wrote: > I am looking for an efficient way to find out if a resource (mostly a > drawable) is use

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

2011-07-26 Thread imran ali
H: Window{629eed08 com.altaworks.kokaihop.ui/com.altaworks.kokaihop.ui.LandingActivity paused=false} 07-26 18:37:53.226: INFO/ActivityManager(72): Process com.altaworks.kokaihop.ui (pid 358) has died. 07-26 18:37:53.276: INFO/UsageStats(72): Unexpected resume of com.android.launcher while already

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

2011-07-18 Thread imran ali
oblem, 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@goog

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

2011-06-22 Thread imran ali
oidRuntime(14823): 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 rec

[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 List getRecipiesByString(String searchValue) { List list=null;

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

2011-06-09 Thread imran ali
} Where "_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?

[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 wrote: > On Thu, May 26, 2011 at 8:15 AM, imran ali wrote: >

[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,

[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 wrote: > On Wed, May 25, 2011 at 4:29 AM, imran ali wrote: > > i am getting this exception > > "The specified child already has a parent. You must call removeView() > > on the child's paren

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

2011-05-25 Thread imran ali
e, or i am doing 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 subscri

[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 wrote: > On Wed, May 25, 2011 at 6:29 PM, imran ali wrote: > > Hi all, > > i have recipe_commen

[android-developers] inflating xml and adding dynamically

2011-05-25 Thread imran ali
Hi all, i have recipe_comment_sample.xml of LinearLayout i have been inflating it, and i want to add this dynamically multiple times in another Linearlayout lL, as follows for(int i=0;ihttp://groups.google.com/group/android-developers?hl=en

[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 wrote: > Imran, > > Any debug info? > Listing of your doInBackground() perhaps?

[android-developers] db4o SODA query with multiple Constraint

2011-05-23 Thread imran ali
query.constraints().and(coockingCon); 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 Go

[android-developers] db4o SODA query with multiple Constraint

2011-05-23 Thread imran ali
query.constraints().and(coockingCon); 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 Go

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

2011-05-20 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...@googlegrou

[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 wrote: > I think that creating an index on dishTypeId will drastically reduce quer

[android-developers] DB4O Native query time issue

2011-05-05 Thread imran ali
return 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&q

[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] JSon parsing has been taking more time on Android

2011-04-27 Thread imran ali
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: 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 wrote: >

[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 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 argument

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

2011-04-12 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-

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

2011-04-08 Thread imran ali
mp;ids=6977375&ids=6986067&ids=6986184&ids=6986296&ids=6986490&ids=6986615&ids=6986801&ids=6987484&ids=6987705&ids=6987961&ids=6988312&ids=6988500&ids=6988620&ids=6988736&ids=6989988&ids=6991450&ids=6993680&ids=6994112&ids=699

[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","ingredi

[android-developers] ORMs for Android

2011-04-04 Thread Er. syed imran ali
rting 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 fr

[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"

[android-developers] how to reduce xml parsing time

2010-06-01 Thread Er. syed imran ali
memberText = (Element) member.item(0); mem.setMailingAddress1(getCharacterDataFromElement(memberText)); ... ... ... } Thanks and regards Syed

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

2010-04-27 Thread Er. syed imran ali
ath" 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" grou

[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

[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-developer

[android-developers] Listview with button on same activity

2010-04-16 Thread Er. syed imran ali
uot; style="@style/MainBody" > Thanks and regards Syed 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 an

[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