[android-developers] Re: Different Layouts in portrait/landscape mode

2011-05-25 Thread Pikoh
eally just want to know the orientation, use > > getResources().getConfiguration().orientation. > > > On Wed, May 25, 2011 at 10:36 AM, Pikoh wrote: > > >> Thanks Treking for quick response (BTW you should get paid for this, > >> you are always here hehe :) > >

[android-developers] Re: Different Layouts in portrait/landscape mode

2011-05-25 Thread Pikoh
On 25 mayo, 19:15, TreKing wrote: > On Wed, May 25, 2011 at 12:03 PM, Pikoh wrote: > >  Anyone can point me to the best way to do this? Thx > > http://developer.android.com/guide

[android-developers] Different Layouts in portrait/landscape mode

2011-05-25 Thread Pikoh
Hi group, I need advice on this subject. I want to show 2 different layouts depending on device orientation. But those layouts are totally different one from the other (i mean, they don't have the same widgets). Hmm i think i'll give u an example to make it clear. In portrait mode, i'll show a

[android-developers] Re: Market active installs not upgrading

2011-04-27 Thread Pikoh
I know, i know...i still believe in Santa :) But if the have a known issue,at least they could tell us they are working on it... On 26 abr, 22:32, TreKing wrote: > On Tue, Apr 26, 2011 at 3:20 PM, Pikoh wrote: > > Well, hope someone at Google could give us some explanation o

[android-developers] Re: Market active installs not upgrading

2011-04-26 Thread Pikoh
Well, hope someone at Google could give us some explanation or, better, solve it. On 26 abr, 20:04, TreKing wrote: > On Tue, Apr 26, 2011 at 12:55 PM, Pikoh wrote: > > Does anyone have the same problem? > > Yes, search the group - many are experiencing the same issue. > >

[android-developers] Market active installs not upgrading

2011-04-26 Thread Pikoh
Hi all, For a week or so, active installs of my apps in market don't refresh. Strange enough, entering Statistics in my developer console I can see all data up to date. Does anyone have the same problem? Is there any way to fix it? Thank you -- You received this message because you are subs

[android-developers] Re: Scrollbar as data input

2010-12-19 Thread Pikoh
Thanks, that was exactly what i was looking for :) On 18 dic, 19:47, Mark Murphy wrote: > Try SeekBar. > > On Sat, Dec 18, 2010 at 1:41 PM, Pikoh wrote: > > I hope i make myself understood. What I want is to use something like > > a scrollbar to let the user change a valu

[android-developers] Scrollbar as data input

2010-12-18 Thread Pikoh
I hope i make myself understood. What I want is to use something like a scrollbar to let the user change a value. I mean, i want the user to slide a bar to change a value. Anyone can point me in the right direction? Thank you -- You received this message because you are subscribed to the Google G

[android-developers] Re: Get web page with spaces in path

2010-11-12 Thread Pikoh
g. > > Also, when you replace spaces with %20, what status codes do you get? > > > > On Fri, Nov 12, 2010 at 10:16 PM, Pikoh wrote: > > Hi Kumar, > > > With URLEncoder, HttpGet gave me "target host must not be null". It's > > strange, now i

[android-developers] Re: Get web page with spaces in path

2010-11-12 Thread Pikoh
instead of spaces should work with HttpGet as it works using an InputStream but it simply returns nothing. On 12 nov, 16:11, Kumar Bibek wrote: > What is the error? UrlEncoder if used properly, should solve your problem. > > > > On Fri, Nov 12, 2010 at 8:40 PM, Pikoh wrote: &g

[android-developers] Get web page with spaces in path

2010-11-12 Thread Pikoh
Hi all, i'm stuck with this one. i just want to get this webpage -> http://www.emtmalaga.es/portal/page/portal/EMT/Tiempos de espera into a string. I'm using HttpGet(url). First it threw me an error because of spaces, and i used %20 to replace them. Now it doesn't throw me any error, but it ge

[android-developers] Re: Location/maps issues

2010-10-28 Thread Pikoh
erlay items in viewable area and I think I'm making great avances. When I finish it I'll post for anyone who needs it Thx Treking, you've been very helpful. On 28 oct, 15:49, TreKing wrote: > On Thu, Oct 28, 2010 at 8:25 AM, Pikoh wrote: > >  > Are you reading from a loca

[android-developers] Re: Location/maps issues

2010-10-28 Thread Pikoh
Frank,thx for caring. In fact, I think time used is exponetial. I mean, first overlay items go faster and then it slows down. I'm using a device for testing. It's not a high-class device (a Gsmart G1305) but it works :) On 28 oct, 03:54, Frank Weiss wrote: > I forgot to ask: emulator or device?

[android-developers] Re: Location/maps issues

2010-10-28 Thread Pikoh
re very useful :) > No ay problem amigo. Si no sabes como decir algo en ingles, yo hablo espanol > <):-)(<- Sobrero Smiley) Muchas gracias. De todas maneras trataré de usar el ingles, y asi practico ;) On 28 oct, 02:07, TreKing wrote: > On Wed, Oct 27, 2010 at 6:40 PM, P

[android-developers] Re: Location/maps issues

2010-10-27 Thread Pikoh
Hi Frank, - The delay happens when loading from the d to the overlay i.e. the while loop I wrote you up. And i've tried to load them from an array instead of a db but makes no difference. - You are right, I'm very new to android programming and I confused overlay item with overlay. - In fa

[android-developers] Re: Location/maps issues

2010-10-27 Thread Pikoh
@Treking: well, that should be the best solution. where may I find info on how to make that? @Frank: in fact is 1 overlay with 400 items. Code is like this: while(cursor.moveToNext()){ p = new GeoPoint( (int) (Double.parseDouble(cursor.getS

[android-developers] Re: Location/maps issues

2010-10-27 Thread Pikoh
On 27 oct, 14:32, TreKing wrote: > On Tue, Oct 26, 2010 at 4:52 PM, Pikoh wrote: > >  - I´m loading about 400 overlays in a mapview, but it takes 2-3 minutes. > > Is there any way to speed things up? > > Don't load 400 overlays. > > >   - On the other hand, I use

[android-developers] Location/maps issues

2010-10-26 Thread Pikoh
Hi all, I'm messing around with maps and gps and i have some questions. Hope any of you point me in the right direction: - I´m loading about 400 overlays in a mapview, but it takes 2-3 minutes. Is there any way to speed things up? - On the other hand, I use another overlay to point device gp

[android-developers] Re: Tab Icons

2010-10-21 Thread Pikoh
me any feedback in general or > particular about the icons. > > On Oct 20, 3:09 pm, Pikoh wrote: > > > Well, thx JonFHancock for your interest, > > >   in fact now I'm needing some "transport" icons for a proyect: bus, > > car, bike, etc.. Also a &quo

[android-developers] Re: Tab Icons

2010-10-20 Thread Pikoh
.. > > On Oct 19, 1:40 pm, JonFHancock wrote: > > > I may be that "artist."  What kind of icons do you want to see? > > > On Oct 19, 9:45 am, Pikoh wrote: > > > >  I haven't found any either...that's why this was my last hope. Well, > > >

[android-developers] Re: Tab Icons

2010-10-19 Thread Pikoh
ack I know with tab variation icon ... > unfortunaly there is not a lot of free "android style" icon available > on the internet :( > > On Oct 19, 1:44 pm, Pikoh wrote: > > >  Hi all, > > > just a simple question..anyone knows of any icon packs for android > > ta

[android-developers] Tab Icons

2010-10-19 Thread Pikoh
Hi all, just a simple question..anyone knows of any icon packs for android tabhost? Let's say I'm not good at drawing.. :) -- 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@googlegroup

[android-developers] Re: Open a database in runtime

2010-09-28 Thread Pikoh
Just to say passing file name to SQLiteOpenHelper constructor worked just fine. Thx again for your help. On 28 sep, 08:31, Pikoh wrote: > Thanks for the quick response. I'll try it. > > On 28 sep, 00:48, Mark Murphy wrote: > > > On Sat, Sep 25, 2010 at 2:01 PM, Pikoh wro

[android-developers] Re: Open a database in runtime

2010-09-27 Thread Pikoh
Thanks for the quick response. I'll try it. On 28 sep, 00:48, Mark Murphy wrote: > On Sat, Sep 25, 2010 at 2:01 PM, Pikoh wrote: > >  First of all, hi everyone. > > > I'm new to android programming and this is my first post in this > > group. I've found a

[android-developers] Open a database in runtime

2010-09-27 Thread Pikoh
First of all, hi everyone. I'm new to android programming and this is my first post in this group. I've found a lot of problems but i'm slowly getting over them. Now i'm stuck on this. I want to open a database but in code time i don't know it's name. I know it's structure, but not it's name. S