Re: [android-developers] regarding tabhost

2012-02-27 Thread Shashidhar
This group is to help you, if you are stuck on something while programming but not to share the code... On Tue, Feb 28, 2012 at 12:03 PM, Mulsaniya Bhadresh bhadresh.ha...@gmail.com wrote: Hello, Please anyone have complete tabhost code so that i can develop my application with the help of

[android-developers] Getting wierd Problem in WebView..

2012-02-27 Thread Yuvi
Hi All, Greetings, I have developed an App, that opens a website. In the home page of that website there is youtube video embedded. My problem is that whenever the focus come on that video, it's just overlaps UI of the same Activity as well as effects other Activity also. That Video

Re: [android-developers] split the string in three parts...

2012-02-27 Thread Shashidhar
It's all good. What the hell is your problem then??? On Tue, Feb 28, 2012 at 9:36 AM, IS SOA isso...@gmail.com wrote: I am trying to split the below string into three parts String _books = |||###Chapter 01###ONE###INDEX 1|||###Chapter 02###TWO###INDEX 2|||###Chapter 03###THREE###INDEX 3|||;

[android-developers] Re: Getting problem in adding GSON Jar library

2012-02-27 Thread Indicator Veritatis
Replace com.google.gson.Gson with com.google.gson.* and see if that does the trick: that is what I have in my working code using Gson. I should know Java well enough to know why one works and the other does not, but I keep forgetting;) You might want to check Order and Export tab under Java

[android-developers] Re: check box states

2012-02-27 Thread minnie me
thanks, it work On Feb 23, 10:45 am, chanakyaraichur chanakyaraic...@gmail.com wrote: Instead of checkbox.ispressed() Use !checkbox.ischecked On Feb 23, 2012 8:32 PM, TreKing treking...@gmail.com wrote: On Tue, Feb 21, 2012 at 9:39 PM, minnie me mgm...@gmail.com wrote: Am trying to

[android-developers] Re: Reading and Writing xml file to Internal Memory

2012-02-27 Thread moktarul anam
Hi Dancing, First u check, whether ur xml file s created or not. my guess is there s some problem in save xml because of that u r getting null pointer exception. and for writing u hav to give permission in ur Manifest.xml file Moktarul anam On Feb 27, 9:27 pm, Dancing Fingers

<    1   2