Re: [android-developers] Force 4k display mode on Android with preferedDisplayMode

2017-08-08 Thread youssef EL MOUMNI
t; You could check the supported modes on the device, and then check the > pixel size on those to select the one closer to what you want. > > Marina > > On Tue, Aug 8, 2017 at 9:49 AM, youssef EL MOUMNI <youssef.e...@gmail.com > > wrote: > >> Hi everyone, >&g

[android-developers] Force 4k display mode on Android with preferedDisplayMode

2017-08-08 Thread youssef EL MOUMNI
Hi everyone, I am trying to force 4k display mode to target phones with 4k screens. It was working pretty well with Android M and I had beautiful 4k support using WindowManager.LayoutParams params = getWindow().getAttributes(); params.preferredDisplayModeId = 2;

[android-developers] TabActivity with multiple nested acitivities based on Button Click

2011-07-04 Thread youssef
The problem I face is how to navigate through tab activity with nested activities based on Button click android. I have 3 tabs Dashboard, Vehicle search, and Location search. When I press the location search tab I get a Edit text(to enter the zip code) and go button(when I press it I should get

[android-developers] TabActivity with multiple nested acitivities include on Button Click

2011-07-04 Thread youssef
The problem I face is how to navigate through tab activity with nested activities based on Button click android. I have 3 tabs Dashboard, Vehicle search, and Location search. When I press the location search tab I get a Edit text(to enter the zip code) and go button(when I press it I should get

[android-developers] The last nested activity in the tabactivity

2011-07-04 Thread youssef
I have a problem when I reach the last nested activity with the tab activity. so when I press on one of the tab(Branch Search) it takes me to a page when I have a edittext and go button when I press the go button to get the locations of the specific zipcode I get the locations with the tab bar,

[android-developers] Re: TabActivity with multiple nested acitivities based on Button Click

2011-07-04 Thread youssef
Thank you so much for your help I really appreciate it. I face another problem when I reach the last nested activity with the tab activity. so when I press on one of the tab(Branch Search) it takes me to a page when I have a edittext and go button when I press the go button to get the locations

Re: [android-developers] Abridged summary of android-developers@googlegroups.com - 20 Messages in 14 Topics

2009-12-28 Thread youssef maher
...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Youssef Maher Java Developer CIT MOBiDIV Tel:+20123124293 E-mail: yha...@citglobal.com www.citglobal.com/mobidiv -- You received this message because

[android-developers] Re: Accelerometer is cukoo???

2009-05-31 Thread youssef henry
i have the same problem, anyone can help? On Fri, May 15, 2009 at 5:06 PM, doubleslash doublesl...@gmail.com wrote: This problem occurs only when activity is set explicitly to landscape in manifest. Anyway to make it work in landscape? Thanks On May 14, 10:16 pm, doubleslash

[android-developers] Re: Accelerometer is cukoo???

2009-05-31 Thread youssef henry
it in the land scape orientation swap x and y */ float x = -1*tmpY; float y = x; } On Sun, May 31, 2009 at 12:57 PM, youssef henry youssefhenry2...@gmail.comwrote: i have the same problem, anyone can help? On Fri, May 15, 2009 at 5:06 PM, doubleslash doublesl...@gmail.comwrote

[android-developers] screen orientation crash

2009-05-07 Thread youssef henry
I have developed an Android application it is a game using opengl. when i change the screen orientation the application crash. Any one can help. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers