[android-developers] What is the right variant of persistence?

2012-07-30 Thread Valentin Taranenko
I'm developing an app, which uses REST api to get data. Basically it is something like online cinema app. So i have a list of various films,cartoons, tvseries.(json with their description, actors and so on) Now persistence is made with the help of caching json files of each request in disc cache

[android-developers] Launch Activity by command shell

2012-02-28 Thread Valentin Mary
I had installed Android on a single board computer (ARM processor) So I only have the shell and I want to start an activity So I type am start - android.intent.action.MAIN -n xxx.xxx/ xxx.xxx.myClass The activity seems to launch and stop imediately (I heard the sound for start up and 1sec later t

[android-developers] Working code for getting frame from video

2012-02-20 Thread Valentin Rogovskiy
Hi everyone, Here that I have - I need to get a frame from the specific time in the video. my application should work on all SDK starting from 1.6 (so MediaMetadataRetriever is not an option for me) As far as I understand the only way is to use ffmpeg with everything related to it, is that right?

[android-developers] Populating Gallery dynamically with TextViews

2011-12-09 Thread Valentin Tomici
Hello! I try to populate a Gallery dynamically with some values put it in TextViews. I cannot manage to do that. The code is quite complex. In main java class i get the Gallery and i set it to a custom adapter. this.galleryView.setAdapter(new GalleryAdapter(getApplicationContext(), values)); whe

[android-developers] how to get the label of the custom address from a contact

2010-03-06 Thread valentin popa
Hi, I'm trying to get the custom address label from a contact. For example if someone is adding a new custom address into a contact he/she can also give a name description (a label) of that address. I know how to indetify the type of the address but I don't know how to retrieve the label. If you h

[android-developers] Re: Change colors Tabs

2008-09-22 Thread Valentin Chifa
oid:layout_height="fill_parent"> On Mon, Sep 22, 2008 at 11:04 PM, hackbod <[EMAIL PROTECTED]> wrote: > > You can't just change the color, you'd need to make your own tab > drawable graphic (with the various required states) and have it use > t

[android-developers] Change colors Tabs

2008-09-22 Thread Valentin Chifa
Can sommebody help me with a litle question. I'm beginner in Android's Platform and i want to change the defult color orange when a tab is selected and i d'ont know from where. A short sequece code will be helpfull for me. Thanks a lot! --~--~-~--~~~---~--~

[android-developers] Re: Java vs. Android APIs

2008-05-21 Thread Valentin
s.google.com/group/android-developers/browse_thread/thread/b50a02d846a3efa2 basically if your lib has META-INF configuration and you do not have the source code, you are skrewed. Good luck, Valentin --~--~-~--~~~---~--~~ You received this message because you are subsc

[android-developers] Strange behavior Spinner in nested LinearLayouts. Bug or Feature?

2008-04-08 Thread Valentin
ing insight in this behavior will reveal insight in the other one as well. Can you reproduce said behavior? Should I file a bug report? Bye bye, Valentin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android D