devices?
Le mardi 28 août 2012 16:06:06 UTC+2, Latimerius a écrit :
>
> On Tue, Aug 28, 2012 at 3:07 PM, Thesalan >
> wrote:
> > For a project, I have to use real size, like millimeters and inches. But
> on
> > some devices, these values are false!
> >
Look at this :
http://developer.android.com/training/basics/firstapp/building-ui.html
Section "Add String Resources"
Le mercredi 29 août 2012 00:22:14 UTC+2, Lee a écrit :
>
> As such I took your advice and started with the Hello World tutorial, and
> surprise! Errors errors and an error.
>
>
Exactly! Thanks Dave!
Le mercredi 29 août 2012 01:45:11 UTC+2, Dave Smith a écrit :
>
> Thesalan -
>
> Calling setLayerType() on just the View will work, but you have to do it
> on the correct view. In this case, the issue that doesn't work with
> hardware acceleration
Look at this
http://developer.android.com/training/implementing-navigation/index.html
In particular "Lateral Navigation" for the tabs, and "Ancestral Navigation"
for the other
Le mercredi 29 août 2012 08:56:18 UTC+2, Nine a écrit :
>
>
>
> Dear all,
>
> I want to make a application which wil
Ok thanks! But when I do it on the ViewPager, the clipping stay... I will
try again tomorrow, it's late for me here ;)
Thanks again!
Le mercredi 29 août 2012 00:23:03 UTC+2, Romain Guy (Google) a écrit :
>
> Thesalan, it's incorrect. setLayeType(View.LAYER_TYPE_SOFTWARE, null)
Ok, thank you for the precision!
Le mercredi 29 août 2012 00:05:24 UTC+2, Kostya Vasilyev a écrit :
>
>
> 2012/8/29 Thesalan >
>
>> Mark, a huge thank you!! I never thought the problem would come from
>> hardware acceleration (I'm a beginner after all ^_^).
t hardware
acceleration.
Again, thank you very much Mark!
Le mardi 28 août 2012 23:09:38 UTC+2, Mark Murphy (a Commons Guy) a écrit :
>
> On Tue, Aug 28, 2012 at 8:54 AM, Thesalan >
> wrote:
> > The project is attached to this post, at this lighter version (like we
For a project, I have to use real size, like millimeters and inches. But on
some devices, these values are false!
I have tested on some devices, and it appears that on HTC One X and HTC
Wildfire, 10mm = 11/12mm... But on Nexus One, Nexus S, Galaxy S2 these
sizes are right!
To do this, I use th
Yes of course!
In the layout, you have just to specify the name of the function that you
want to trigger in the attribute "onClick" of each buttons
Le mardi 28 août 2012 14:27:34 UTC+2, Haris a écrit :
>
>
>
> Hai all..
>
> For my application I am using several buttons...
> Is it possible
an HTML interface or webview...
If you really want to do this, you have to manually parse the json and
create the java elements... ( if ( json == "textview") if ( json.child
== "id"). )
Le mardi 28 août 2012 12:00:14 UTC+2, parthi a écrit :
>
> Dear Thesalan ,
I just a beginner in Android development, so I don't know if it's
possible...
But, I don't think that you are on the good way... Send interface and code
by web it's not advisable.
If you really want to do this (to not integrate UI in your app), maybe you
have to look for an HTML interface or we
Why do you want to use JSON?
Android use XML, not JSON..
Le mardi 28 août 2012 11:42:07 UTC+2, parthi a écrit :
>
> how can i create dynamically widgets in android using json parser is it
> possible to create
--
You received this message because you are subscribed to the Google
Groups "Andro
Hi!
I started Android development last week, and I have a problem with a code
on some devices :
I have to develop an application with a specific controller like a
horizontal wheel. To do this, I want to use the ViewPager, with
setClipChildren(false) to extend the view. I based on the following
I'm a beginner, so maybe I'm wrong, but in your manifest, all your
activities are set with the following intent?
>>
>> > />
>>
>
>
Just the main activity have to contain this intent
Le samedi 25 août 2012 21:37:08 UTC+2, KinnMirr a écri
14 matches
Mail list logo