Re: [android-developers] Can't compile after update to ADT 21

2012-11-15 Thread Kumar Bibek
Remove the imports for your projects's R file. I guess, you are having problems with R. For example, if in any Java class which is in your base package, you don't need to write the import statement for R. Removing those imports fixed my problems. *Thanks and Regards, Kumar Bibek* * http

Re: [android-developers] Your Registration to Google Play is still being processed

2012-09-17 Thread Kumar Bibek
And have some patience :) *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Mon, Sep 17, 2012 at 1:06 PM, TreKing treking...@gmail.com wrote: On Sun, Sep 16, 2012 at 2:30 AM, Johnl Smith gongz...@gmail.com wrote: hello,two days passed, my google

Re: [android-developers] Problem in Emulator !

2012-09-16 Thread Kumar Bibek
You can increase the time out in Android-ADB from the Eclipse preferences.. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Sun, Sep 16, 2012 at 5:59 PM, Sobia Awan juwerian.so...@gmail.comwrote: Its depend on your processor ...In this situation

Re: [android-developers] Problem in Emulator !

2012-09-16 Thread Kumar Bibek
Looks like... Try restarting eclipse. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Sun, Sep 16, 2012 at 6:11 PM, Meena Rengarajan meenasoft...@gmail.comwrote: Now, process is waiting for the Debugger to Attach, it is showing me . Sense

Re: [android-developers] Issue with the basic if statement

2012-08-22 Thread Kumar Bibek
You are trying to write code in the layout xmls? *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Wed, Aug 22, 2012 at 10:35 PM, Lloyd Carroll lloyd.carr...@gmail.comwrote: Use == for starters in your conditional statement. On Aug 21, 2012 3:42 PM

Re: [android-developers] getViewTypeCount

2012-07-27 Thread Kumar Bibek
This you would use if the list items are of different type, ie, one item could have a simple textview, and another could have a textview with a button, and provided you want to have a separate layout file for these two kinds of views. *Thanks and Regards, Kumar Bibek* * http

[android-developers] [Chris] Playing vidoes and showing images from Playlist

2012-07-18 Thread Kumar Bibek
screen. And for images also. For images also, once you click on one image, you would be taken to a separate screen, which would allow you to zoom in and out. For phones, we will, anyway, have a separate screen for everything. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http

[android-developers] Re: [Chris] Playing vidoes and showing images from Playlist

2012-07-18 Thread Kumar Bibek
Sorry. Wrong email ID. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Wed, Jul 18, 2012 at 12:00 PM, Kumar Bibek coomar@gmail.com wrote: Hi Chris, I think playing videos or showing images directly on the browser would be the best solution

Re: [android-developers] In App Billing

2012-06-12 Thread Kumar Bibek
Nope. The receipt has to be sent by the device Sent from my Nexus S On Jun 13, 2012 12:13 AM, John jo-d...@hotmail.com wrote: We are going to use in app billing to set up a system where content is delivered from our server, once the user purchases an in app feature. Does anyone know if there

Re: [android-developers] I/Database(353): sqlite returned: error code = 1, msg = no such table: record

2012-06-05 Thread Kumar Bibek
You might want to show more of your logs. There's probably some error while creating your database. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Jun 5, 2012 at 10:08 PM, shengJie b0091...@gmail.com wrote: Sorry guy my database table can't

Re: [android-developers] I/Database(353): sqlite returned: error code = 1, msg = no such table: record

2012-06-05 Thread Kumar Bibek
Try changing strings to text... *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Jun 5, 2012 at 10:27 PM, shengJie b0091...@gmail.com wrote: i think the problem is my table can't be build that make my query compiling stop -- You received

Re: [android-developers] I/Database(353): sqlite returned: error code = 1, msg = no such table: record

2012-06-05 Thread Kumar Bibek
Uninstall your app. Run it again, and get the logs. On Tuesday, 5 June 2012 22:27:16 UTC+5:30, shengJie wrote: i think the problem is my table can't be build that make my query compiling stop -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] I/Database(353): sqlite returned: error code = 1, msg = no such table: record

2012-06-05 Thread Kumar Bibek
care_IDtext not null,nametext not null,sextext not null,person_idtext not null,blood_typetext not null,smoketext,drunktext, Diagnosis_typetext,Diagnosis_bodytext,care_Diagnosistext, whatcaretext,whencareinteger,whocaretext,carewhotext,care_ locatationtext,care_frequencyte Your create table query

Re: [android-developers] I/Database(353): sqlite returned: error code = 1, msg = no such table: record

2012-06-05 Thread Kumar Bibek
Your logs suggest that the table itself is not there. So first try to figure out why the table is not being created. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Jun 5, 2012 at 11:03 PM, shengJie b0091...@gmail.com wrote: this is my query

Re: [android-developers] Why can't someone at Google answer this question????????????????????????????????????????????????????????????

2012-06-01 Thread Kumar Bibek
logged. 2. If not, then please log a bug and wait for someone's response patiently :) *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Fri, Jun 1, 2012 at 11:53 AM, Jim Morris jim.mor...@lecere.com wrote: There is nobody to talk to at Google

Re: [android-developers] Sub folders under 'layout'

2012-04-15 Thread Kumar Bibek
No. It's not possible. Btw, how many layouts you have now? Just curious. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Mon, Apr 16, 2012 at 9:44 AM, Put_tiMe putt...@gmail.com wrote: The number of XML's in my layout folder is growing

Re: [android-developers] http post to ASP form, not submitting

2012-04-11 Thread Kumar Bibek
Try sending this request through your browser, and see what happens. Or get some server logs. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Thu, Apr 12, 2012 at 9:09 AM, Farhan Tariq farhan@gmail.com wrote: httpPost.setHeader(Content-Type

Re: [android-developers]

2012-03-27 Thread Kumar Bibek
Great!!! :) *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Mar 27, 2012 at 1:38 PM, rudraswamy mc rudraswamy.17...@gmail.comwrote: i will give 1month salary to u -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: Why are new apps not featured on Android market anymore?

2012-02-13 Thread Kumar Bibek
Perhaps a better way to get this fixed is to follow the iTunes store. Only when an application gets rated a specific number of times, show the ratings, else, say This have hasn't been reviewed by enough users. No rating yet. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http

Re: [android-developers] Fascism against small screens

2012-01-30 Thread Kumar Bibek
LOL ... Yes, seems so. I have been hit by this one at-least a few dozen times. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Mon, Jan 30, 2012 at 3:04 PM, Simon Jackson jackokr...@gmail.com wrote: http://developer.android.com/guide/appendix

Re: [android-developers] background of list becomes black while scrolling among items, in my app.

2012-01-23 Thread Kumar Bibek
Set the cacheHint color of list view to a transparent color. android:cacheColorHint=# http://developer.android.com/reference/android/widget/AbsListView.html#attr_android:cacheColorHint *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Thu

Re: [android-developers] I Can't get DragShadow of Button widget.

2012-01-23 Thread Kumar Bibek
singleLine property is depricated, and thus, my guess is that you should avoid using that. http://developer.android.com/reference/android/R.attr.html#singleLine *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Wed, Jan 18, 2012 at 2:00 PM, Huricane

Re: [android-developers] In ICS Media Store DB whts the file URI to fetch the text document?

2012-01-23 Thread Kumar Bibek
As far as I know, Media Store Content Provider only stores and gives you info about media, and not files/documents. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Mon, Jan 23, 2012 at 2:45 PM, crajesh crajesh2...@gmail.com wrote: Hi All

Re: [android-developers] When a user uninstall my app, will the content provider be gone with the uninstalling, how about the changes I made to built in content provider?

2012-01-23 Thread Kumar Bibek
Your content provider will be gone, because it's a part of your application. The changes to other content providers won't be lost. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Wed, Jan 18, 2012 at 7:06 AM, sammiwei weist...@gmail.com wrote: When

Re: [android-developers] UI requirement

2012-01-23 Thread Kumar Bibek
A list view would also suffice as long as you don't need to expand or collapse . Sent from my Nexus S On Jan 23, 2012 11:18 PM, James Black planiturth...@gmail.com wrote: How about making an expandable list then. On Jan 23, 2012 3:59 AM, Rachna Sharma designndeve...@gmail.com wrote: Hi

Re: [android-developers] Adding Four fragments on a layout cause crash during orientation change on Android honeycomb

2012-01-23 Thread Kumar Bibek
A little more stack trace would give more clues . But seems like its complaining of the fourth view / fragment not having an id where its not able to save the state after orientation change. Sent from my Nexus S On Jan 23, 2012 11:17 PM, kiriri mathieu.caro...@gmail.com wrote: When I add four

Re: [android-developers] Spinner itemselectedlistener not working after extending ArrayAdapter

2012-01-23 Thread Kumar Bibek
You are probably setting/un-setting the listener somewhere else as well in your code. May be in the on pause method. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Jan 24, 2012 at 7:54 AM, James Black planiturth...@gmail.comwrote

[android-developers] Re: How can use node.js in android

2012-01-23 Thread Kumar Bibek
When he says node.js, he probably meant an web app. And for that, you will need to do a lot more. On Jan 24, 7:01 am, Kristopher Micinski krismicin...@gmail.com wrote: Didn't I say that:   If you are writing a web app which will run on Android, this is more applicable, I guess you could

Re: [android-developers] override home key

2012-01-21 Thread Kumar Bibek
@Mark: Thanks for correcting me. :) *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Sat, Jan 21, 2012 at 5:42 PM, Mark Murphy mmur...@commonsware.comwrote: On Fri, Jan 20, 2012 at 11:04 PM, Dhaval Varia dhavalkva...@gmail.com wrote: As we know

[android-developers] Re: gps taking too much time...

2012-01-21 Thread Kumar Bibek
1. GPS takes a long time to get the lat/long is understandable, and in some cases unavoidable. You could try different approaches for getting a location depending upon your requirement. (Probably use different providers when you don't want to wait for a gps fix) 2. This shouldn't be taking a long

Re: [android-developers] override home key

2012-01-20 Thread Kumar Bibek
You cannot override, but you can make your app as one of the home applications. In that case, whenever you press the home key, you will get an option to choose one of the many home applications, one of which could be yours. Few times ? No. *Thanks and Regards, Kumar Bibek* * http

Re: [android-developers] override home key

2012-01-20 Thread Kumar Bibek
There would always be a few things which you cannot do. I don't understand how does this No affect the popularity of Android. Their could be other ways to solve your problem, that is, if you could mention exactly what you are trying to do. *Thanks and Regards, Kumar Bibek* * http

Re: [android-developers] override home key

2012-01-20 Thread Kumar Bibek
could detect that the frequency is the same as you would want your app to be triggered, you can very well start a service or activity, or whatever. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Sat, Jan 21, 2012 at 9:34 AM, Dhaval Varia dhavalkva

Re: [android-developers] Fwd: logo

2012-01-04 Thread Kumar Bibek
Eh!!! WHAT *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Thu, Jan 5, 2012 at 10:34 AM, gaurav gupta gaurav.gupta...@gmail.comwrote: Hello Sir, Kindly chk this logo. -- Forwarded message -- From: Gajendra Soparkar r.ga

Re: [android-developers] Re: problem parsing the package

2011-12-23 Thread Kumar Bibek
Post your manifest file. It's probably that causing the problem. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] Emulator takes 15 minutes to start an app, something wrong ?

2011-12-13 Thread Kumar Bibek
1 gb ram is a little less I would say. Whats your processor? Does the other apps run ok? Or they too are very slow? Sent from my Nexus S On Dec 14, 2011 8:05 AM, SL@maxis ecp_...@my-rialto.com wrote: I am just playing with some sample applications, eg LunarLander. It takes about 10-15

[android-developers] Re: 2.3.4 - Animation is working on the emulator but not on real device

2011-12-05 Thread Kumar Bibek
What kind of animation it is? It would be great if you could explain how your animation is setup. On Dec 5, 4:43 pm, Harald harald65.si...@googlemail.com wrote: Hi, I spent a lot of time to create a nice animation to slide from one activity to the next an back. The animation is working on the

Re: [android-developers] Hai 2 all..

2011-12-05 Thread Kumar Bibek
spinner.setSelection(7) will set the 7th item to the spinner. -- 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] I need a application to control a bar of the pub

2011-12-05 Thread Kumar Bibek
It's definitely possible. What you should probably ask for is What is the complexity? :) *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Mon, Dec 5, 2011 at 8:28 PM, kim kims...@gmail.com wrote: I need an application in Android for a Tablet PC

Re: [android-developers] Dramatic drop in downloads

2011-12-05 Thread Kumar Bibek
Everything that goes up will finally come down. :) Anyway, this is not really a developer question. 2 Things: 1. This could have actually happened. 2. The market stats could be wrong. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Dec 6

Re: [android-developers] how to create a news app for android

2011-12-05 Thread Kumar Bibek
Look at several news apis and pick up one of them. Ex: Google news search http://code.google.com/apis/newssearch/ Create an Android app using those APIs. If you want any specific answers, you will need to ask specific questions. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com

[android-developers] Re: MP4 video not working on Google Nexus One

2011-12-04 Thread Kumar Bibek
Moreover, MP4 is not really a video format. If a file has an mp4 extension, it doesn't necessarily mean that it's a MP4 format. So, looking at the actual format/encoding will help you to figure out if a video will play on a device or not. As Doug suggested, some device manufacturers go out of

[android-developers] Re: Pass Data From Activity to All Attached Fragments

2011-12-04 Thread Kumar Bibek
This approach is fine. -- 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] Re: Example to use setError in EditText

2011-12-04 Thread Kumar Bibek
Use the addTextChangedListener method on your EditText. http://developer.android.com/reference/android/widget/TextView.html#addTextChangedListener%28android.text.TextWatcher%29 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: SDK 4, R15, where is the navigation button?

2011-12-04 Thread Kumar Bibek
On a phone emulator or a tablet one? -- 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] Missing camera Button in Gallery on SamSung Galaxy with Android 2.x.x

2011-12-01 Thread Kumar Bibek
Nope it's not possible to create that button if it's not available on that screen. What's the OS version? It's a little hard to believe that the new OS on Samsung Galaxy wouldn't have that button. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Thu

Re: [android-developers] Saving Findings to a Txt file

2011-12-01 Thread Kumar Bibek
*Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Wed, Nov 30, 2011 at 8:08 PM, Aaron Chung aaron.cwen...@gmail.comwrote: Hello, this is my first time using android developers. Hope you people can help me out with Questions. Thanks a million. I had

Re: [android-developers] Need A web xml parsing code... Urgently please

2011-12-01 Thread Kumar Bibek
The question isn't very clear. Anyway, look at examples and use these search keywords. xml parsing android You will get quite a few examples. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Wed, Nov 30, 2011 at 5:39 PM, Aniket Kumbhar aniket.s.kumb

[android-developers] Re: Reusing Views in Custom Adapter

2011-11-29 Thread Kumar Bibek
What exactly is the problem. Bonkers doesn't really tell us much. On Nov 29, 8:12 pm, authorwjf wfran...@softlayer.com wrote: Hi Android Framework Gurus! I am hoping someone out there can answer a question for me about re- using views in my adapters.  My understanding, is that for performance

Re: [android-developers] Need Intent Help

2011-11-29 Thread Kumar Bibek
What is not working? *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Nov 29, 2011 at 10:04 PM, Kiran Kumar Kendole k.kirankumar1...@gmail.com wrote: Hey Guys, Thank you all for your Help . Finally I completed my assignment. Finally I have

[android-developers] Re: How to force Share Intent to open a specific app?

2011-11-29 Thread Kumar Bibek
You can't unless you know the component name and/or package name of the target activity. On Nov 29, 3:37 pm, skink psk...@gmail.com wrote: saex wrote: Hi, thanks for your answer, i'm checking your link but i can't understand how can i use that class to achieve my objectives Please can you

Re: [android-developers] Need Intent Help

2011-11-29 Thread Kumar Bibek
application not working !! That doesn't say much. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Nov 29, 2011 at 10:16 PM, Kiran Kumar Kendole k.kirankumar1...@gmail.com wrote: Hi, When I install the APK in my mobile (Froyo 2.2

Re: [android-developers] Need Intent Help

2011-11-29 Thread Kumar Bibek
Ok, So, it doesn't even gets installed. Look at your manifest file and remove stuff which are not available on 2.2 *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Nov 29, 2011 at 10:30 PM, Kiran Kumar Kendole k.kirankumar1...@gmail.com wrote

Re: [android-developers] Need Intent Help

2011-11-29 Thread Kumar Bibek
See my previous answer :) That might help. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Nov 29, 2011 at 10:51 PM, Kiran Kumar Kendole k.kirankumar1...@gmail.com wrote: I hope I am confusing you guys. I created the app using 2.3.3 . When

Re: [android-developers] Re: Update notification when user launches app

2011-11-29 Thread Kumar Bibek
Nope. You cant get this info from the market from within your app. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Nov 29, 2011 at 11:31 PM, Bipin Shashi bi...@lokalty.com wrote: Hey mark: thanks for your reply. If its a site that i control

[android-developers] Re: How to call the activity class

2011-11-25 Thread Kumar Bibek
Your question is not clear. Please clarify by giving more details. On Nov 25, 7:21 pm, mohana priya gpriyara...@gmail.com wrote: Hello android developers.I need to call the activity class inside the java class,because i need to do the application in phonegap.Please tell me the solution.Thanks

Re: [android-developers] Android paid technical support

2011-11-23 Thread Kumar Bibek
You could find a lot of individuals doing this, but I don't yet know about a company that does this. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Thu, Nov 24, 2011 at 9:04 AM, petr.maza...@mautilus.com petr.maza...@mautilus.com wrote: Hi

Re: [android-developers] Webview.loadDataWithBaseURL can't load html with image

2011-11-22 Thread Kumar Bibek
Does your app have INTERNET permission? *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Wed, Nov 23, 2011 at 10:38 AM, dara kok mrpc.cambo...@gmail.com wrote: Hi, I've been searching through SO and there plenty of resource showing how

[android-developers] Re: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:8080 refused

2011-11-16 Thread Kumar Bibek
Also check the port number to which you are supposed tp connect. On Nov 17, 4:30 am, alexb alexboot...@gmail.com wrote: First, 127.0.0.1 is not valid on the device. Second, check that your app has uses-permission android:name=android.permission.INTERNET / On Nov 16, 1:38 am, indra

[android-developers] Re: SDK 4, R15, where is the navigation button?

2011-11-08 Thread Kumar Bibek
What do you mean by the navigation button? On Nov 8, 11:54 pm, sblantipodi perini.dav...@dpsoftware.org wrote: bump On Nov 1, 3:17 pm, sblantipodi perini.dav...@dpsoftware.org wrote: Bumping the question until I'll get an answer. -- You received this message because you are

Re: [android-developers] spinner on FragmentActivity

2011-11-03 Thread Kumar Bibek
Provide some logs. :) *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Thu, Nov 3, 2011 at 1:10 PM, sourabh sahu souruit...@gmail.com wrote: I have created a Spinner on FragmentActivity, but on a click of a spinner it crashes.Please suggest how

[android-developers] Re: ListView + EditText

2011-11-01 Thread Kumar Bibek
I think it's possible. But I have never tried though. But what I have learnt is that ListView aren't the best way to handle such an UI. This link would perhaps give you some more insights. http://groups.google.com/group/android-developers/browse_thread/thread/50f0fc185da8fe4d On Nov 1, 7:23 

[android-developers] Re: Emulator ICS : add account

2011-11-01 Thread Kumar Bibek
Well, I booted up the Google API emulator fine. But, in the calendar app, it only has the option of adding an exchange account. I can't see anywhere where it asks for a Google account. On Nov 1, 7:18 pm, Zsolt Vasvari zvasv...@gmail.com wrote: Let me know if you are successful at actually adding

[android-developers] Re: Hide bottom status bar in Android 3.2 Honeycomb!

2011-11-01 Thread Kumar Bibek
Hmmm, Quite an issue. Can't help you more other than starring the issue :) BTW, frankly speaking, the location of the status bar is a bit weird, as far as usability is concerned, especially the Back button. Hope, that it gets fixed soon enough. On Nov 1, 9:24 pm, Sebastian Tomaszewski

[android-developers] Re: Implementing drag and drop feature

2011-11-01 Thread Kumar Bibek
Drag drop inside a ListView still seems to be very difficult with HC or ICS. I haven't seen any examples that do this yet. But yeah, drag from one view and drop on another is pretty easy and simple. On Nov 1, 7:12 am, TreKing treking...@gmail.com wrote: On Fri, Oct 28, 2011 at 12:20 PM, wBishop

Re: [android-developers] Re: Implementing drag and drop feature

2011-11-01 Thread Kumar Bibek
Oops, Thanks Mark. I had missed that one. On Tue, Nov 1, 2011 at 10:20 PM, Mark Murphy mmur...@commonsware.comwrote: On Tue, Nov 1, 2011 at 12:48 PM, Kumar Bibek coomar@gmail.com wrote: Drag drop inside a ListView still seems to be very difficult with HC or ICS. I haven't seen any

Re: [android-developers] Re: Implementing drag and drop feature

2011-11-01 Thread Kumar Bibek
It works. I might use it for my app. :) On Tue, Nov 1, 2011 at 10:29 PM, Mark Murphy mmur...@commonsware.comwrote: On Tue, Nov 1, 2011 at 12:57 PM, Kumar Bibek coomar@gmail.com wrote: Oops, Thanks Mark. I had missed that one. It's only so-so -- it's code I refactored out of the old

Re: [android-developers] TCP Socket communication between C# and Android

2011-11-01 Thread Kumar Bibek
You need a separate thread for reading. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Nov 1, 2011 at 11:09 PM, Tonez apires...@gmail.com wrote: Hi Everyone, I have a .net c# application acting as a server listening on a particular port

Re: [android-developers] Re: Existing layouts no longer showing in graphical layout due to null pointer exception!

2011-10-25 Thread Kumar Bibek
When something doesn't work... I kill eclipse and re-start it. Fixes a few things almost all the time. Has been happening lately with the new ADT update. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Oct 25, 2011 at 10:39 PM, swebb99 sweb

Re: [android-developers] Re: Bitmap issues - failing silently, not OOM

2011-10-24 Thread Kumar Bibek
and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Oct 25, 2011 at 1:36 AM, mjmeyer mjmeye...@gmail.com wrote: I have seen something similar when using the unbuffered variants of stream readers when getting from urls. Youre using a BufferedInputStream which

Re: [android-developers] XML DOM Parser works in JAVA, Crashes Android App

2011-09-30 Thread Kumar Bibek
Look at the logs. IT should tell you more. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Fri, Sep 30, 2011 at 2:05 PM, Dancing Fingers batym...@gmail.com wrote: Hi Guys, I'm trying to convert an old JAVA Applet to Android using an standard DOM

Re: [android-developers] Changing package name in eclipse

2011-09-28 Thread Kumar Bibek
Check the logs. It should give you some hints... *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Wed, Sep 28, 2011 at 9:20 PM, Keith leftcont...@gmail.com wrote: I renamed a package in eclipse and checked off change name in all subfiles . Now

Re: [android-developers] Rahul Soni wants to chat

2011-09-28 Thread Kumar Bibek
Stop it please. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Thu, Sep 29, 2011 at 10:49 AM, Rahul Soni rax.m...@gmail.com wrote: --- Rahul Soni wants to stay in better touch

Re: [android-developers] plz help..!!!

2011-09-27 Thread Kumar Bibek
In the onPause method of your activity, you should unregister the receivers that you might have registered. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Sep 27, 2011 at 9:43 PM, Divyata P panchal.divyat...@gmail.comwrote: *how to solve

Re: [android-developers] pushpins

2011-08-30 Thread Kumar Bibek
I don't think you can do like that. It's a nice idea though. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Aug 30, 2011 at 1:44 PM, bob b...@coolgroups.com wrote: Is there an easy way to add pushpins to a MapView? I would think there'd

[android-developers] Re: Gallery Problem

2011-08-30 Thread Kumar Bibek
gallery.setSelection(int) http://developer.android.com/reference/android/widget/AbsSpinner.html#setSelection%28int%29 On Aug 30, 1:11 pm, Perry168 perry...@netvigator.com wrote: Hi, Today, I wrote a gallery example to show the photos. My problem is how to set the init 'position' isn't started

Re: [android-developers] image btton problem

2011-08-26 Thread Kumar Bibek
Use a png image, that has transparent padding. Your image seems to have a opaque padding background. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Fri, Aug 26, 2011 at 1:01 PM, Ratheesh Valamchuzhy android...@gmail.comwrote: Hi All

Re: [android-developers] Unable to do ls in the device file system to view the logs in the adb shell.

2011-08-23 Thread Kumar Bibek
You dont have permission to run these commands on a commercial device. Rooting would solve your problem. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Aug 23, 2011 at 1:12 PM, s.rawat imsaurabhra...@gmail.com wrote: HI All, I am able

Re: [android-developers] HTTPGet synchronous or asynchronous call???

2011-08-18 Thread Kumar Bibek
By itself it is a synchronous call. You will have to make it asychronous. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Fri, Aug 19, 2011 at 10:35 AM, Atik atik0...@gmail.com wrote: Hi, we have HTTPGet in android so we can communicate

Re: [android-developers] Re: How to place two buttons side by side at the bottom of the android emulator to get the appropriate shape displayed by clicking on the appropriate buttons

2011-08-08 Thread Kumar Bibek
You cannot Debug into the Android classes with a normal setup. Post some error logs from your Logcat. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Mon, Aug 8, 2011 at 1:09 PM, Divya hiiamdi...@gmail.com wrote: hi I did what you said. But now

Re: [android-developers] Re: How to place two buttons side by side at the bottom of the android emulator to get the appropriate shape displayed by clicking on the appropriate buttons

2011-08-08 Thread Kumar Bibek
Can you also post some code? Looks like the problem is in your UserInterface class at line 214. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Mon, Aug 8, 2011 at 2:53 PM, Divya hiiamdi...@gmail.com wrote: LogCat errors are 08-08 14:53:04.101

Re: [android-developers] Re: How to place two buttons side by side at the bottom of the android emulator to get the appropriate shape displayed by clicking on the appropriate buttons

2011-08-08 Thread Kumar Bibek
try{ throw new Exception(); } Why are you throwing this Exception -- 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] Jphfgyofjfjhghkloljgjkhilgxbcbghghghy

2011-08-07 Thread Kumar Bibek
Your keyboard doesn't work :) *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Aug 2, 2011 at 11:30 PM, Manan wadhwa manan.wad...@gmail.comwrote: Sent from my iPod -- You received this message because you are subscribed to the Google

Re: [android-developers] need source code

2011-08-04 Thread Kumar Bibek
Ask the developer of the free app, if he is willing to share the source code. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Fri, Aug 5, 2011 at 1:51 AM, vipin saroha 1989sar...@gmail.com wrote: hiii everybody can anybody tell me how to download

[android-developers] Re: User complain 2 Icons after update?

2011-08-03 Thread Kumar Bibek
A simple uninstall should fix the problem. Sometimes, it just messes up. Are you sure that you don't have two LAUNCHER activities in your app? On Aug 4, 2:04 am, guruk ilovesi...@gmail.com wrote: Hi there, after an update from my app. some user complain now they have 2 icons on the screen and

[android-developers] Re: List out all the available widget ui components name dynamically.

2011-08-03 Thread Kumar Bibek
Look at this thread. http://stackoverflow.com/questions/1456930/read-all-classes-from-java-package-in-classpath On Aug 3, 2:32 pm, kums kums1...@gmail.com wrote: Hi All, I want to display, what are the available components in a list view dynamically from the package android.widget for

[android-developers] Re: HTTPS in Android

2011-08-03 Thread Kumar Bibek
It would be good if you let us know what have your tried and what exactly is not working, some code samples, logs etc. On Aug 2, 8:07 pm, perumal316 perumal...@gmail.com wrote: Hi All, I have implemented HTTP Post to post data to the backend. How do I implement HTTPS in Android (I have

Re: [android-developers] instantiating widgets from an xml layout within a custom View class leads to nullpointerexception

2011-08-02 Thread Kumar Bibek
Your first code is the correct way to initialize stuff. Something else is going wrong. Please post what your logcat says. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Wed, Aug 3, 2011 at 12:35 AM, CresCoJeff heatag...@gmail.com wrote: Hi all

Re: [android-developers] instantiating widgets from an xml layout within a custom View class leads to nullpointerexception

2011-08-02 Thread Kumar Bibek
Your CustomView implementation is a bit skewed. Your button will be null since, the CustomView doesn't yet know what elements it has. You will need to first setup the layout for this custom view. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Wed

Re: [android-developers] hiii dearssssss

2011-07-29 Thread Kumar Bibek
:) That solves everything . *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Sat, Jul 30, 2011 at 3:13 AM, TreKing treking...@gmail.com wrote: On Thu, Jul 28, 2011 at 8:47 AM, Suresh Indian sureshisind...@gmail.comwrote

Re: [android-developers] Comments in market place

2011-07-28 Thread Kumar Bibek
No, you can't. You could probably mark that comment as spam, but just your vote doesn't count towards anything. I am not sure if Google cares about spammy comments. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Thu, Jul 28, 2011 at 12:08 PM, Simon

Re: [android-developers] what is thax

2011-07-26 Thread Kumar Bibek
You haven't set it up correctly :) Please be a little more detailed while asking a question. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Jul 26, 2011 at 5:10 PM, Lwe luaisul...@gmail.com wrote: emulator.exe problem -- You received

Re: [android-developers] WRITE_EXTERNAL_STORAGE (not set, but i write to sdcard)??

2011-07-26 Thread Kumar Bibek
Try out.flush and out.close after you are done writing. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Jul 26, 2011 at 5:15 PM, guruk ilovesi...@gmail.com wrote: Now i am totally confused. Mark does write... implement Feign does write: you

Re: [android-developers] javax.net.ssl.SSLException: Not trusted server certificate

2011-07-26 Thread Kumar Bibek
GPS has got nothing to do with Not trusted server error. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Jul 26, 2011 at 11:50 AM, Seven zhangpa...@gmail.com wrote: Hi Just now , I am tring to run a Test application about GPS

Re: [android-developers] can we set default browser will be our browser

2011-07-25 Thread Kumar Bibek
Nope, you can't. The user will always have the option of changing the default apps for anything at all. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Mon, Jul 25, 2011 at 4:32 PM, GopalaKrishnan D gopall...@gmail.comwrote: i created one web

[android-developers] Re: how to upgrade htc magic

2011-07-20 Thread Kumar Bibek
It's not possible if HTC doesn't release an update. However, you could root your phone and install a custom ROM. Head over to cyanogen to find out more. On Jul 20, 3:32 pm, Narendra Bagade bagadenaren...@gmail.com wrote: Hi All, I have HTC magic mobile having android 1.5. I want to update

Re: [android-developers] Cannot identify widget.

2011-07-19 Thread Kumar Bibek
Looks like a dialog *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Jul 19, 2011 at 6:46 PM, Rex Vijayan avial.rexvija...@gmail.comwrote: Hi, Can anyone please let me know what widget is this? Please refer to the attachment for the widget

[android-developers] Re: First Android program

2011-07-18 Thread Kumar Bibek
Check this thread. http://stackoverflow.com/questions/3492676/invalid-command-line-parameter-when-android-execution On Jul 17, 5:37 pm, qia li allenli...@gmail.com wrote: Hi Guys, I am setting up the android development environment by following the tutorial on youtube. However, when i tried

[android-developers] Re: How to get phone's flip state?

2011-07-18 Thread Kumar Bibek
What exactly do you mean by closed and open? On Jul 18, 1:35 pm, babycoo...@hotmail.com babycoo...@hotmail.com wrote: Hi, in my application, I want to get phone's flip state. i.e. Closed or Opened. How can I do that? Thanks. Qin. -- You received this message because you are subscribed to

Re: [android-developers] Re: To integrate SSL certificate in android app

2011-07-15 Thread Kumar Bibek
A simple search would definitely give you some hints. Try those and come back if you have any specific problem. http://stackoverflow.com/questions/995514/https-connection-android Mention a little more about your implementation. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com

  1   2   3   4   5   6   7   8   9   10   >