iPhone Flip view with different sized front/back views
Is it possible to flip and scale between two views? Currently if I flip between a front/back view with the back view being smaller then when the flip has finished I still see bits of the front view......
View ArticleAndroid Multiple Screens
Hi All, I'm struggling to get an app to work on multiple screens. I've read numerous guides and web pages from Google and Appcelerator but I dont get it! I'm using the DP measurement for size and...
View ArticleAndroid Emulator Support
Hi Team, i need create an android app for following size of screens: 480x700 - T-Mobile MyTouch 4G Slide, Samsung Epic Touch 4G, Samsung Galaxy S II 540x960 - HTC One, Series Motorola DROID RAZR...
View ArticleAndroid app
Hi, Im developping an android app. when i create an android project, in android folder, i see all folders which will contains my images, in portrait mode for example, we have these folders with an...
View ArticleCustom set of photo sizes, cURL and PHP
What is the correct way to get customized photo sizes with php? $acs_app_key = ''; $data = array( 'title' => $post_title, 'content' => $post_content, 'photo' => '@header.jpg',...
View Articledensities for Android
Hi, in this link : http://developer.android.com/about/dashboards/index.html we see that hdpi density and normal size of screen represent 50% but for this density and size, we have resolutions phones :...
View Articledensities ratio for android
Hi, i have a question about densities ratio. we have differents ratios on android : ldpi, mdpi, hdpi, xhdpi. i read that ratios between them is : ldpi : 0.75 mdpi : 1 hpdi : 1.5 xhdpi : 2 but when i...
View Articlemanaging differents sizes on android
Hi, I have this code : var topContainer = Ti.UI.createView({ top : 44, width: '100%', height : 46 }); var toutTab = Ti.UI.createView({ backgroundImage : '/images/tabTousOver.png', width: 65, left: 0,...
View Articlescreen density
Hi Iam facing problems in fixing the buttons and images in correct place, I have used dp's for height,width,etc , that works in some android phones and in some they are overlapping and also tried...
View Article