I am working on a project in which many views are generated dynamically and apps will be running on different screen size. So is there any way to take care of the screen size in the code while views are generating dynamically and apps is running on different devices. Thanx in advance
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...