Question : How can I make the android keyboard have two types, in case I wanted numbers and letters. I […]
Tag: android-layout
Removing the TitleBar from the android app
Question : I’m starting on android, and I know very little! I’m developing slowly and with each change I save […]
How do I do the layout of an android app in Photoshop using PX if google just gives me DP?
Question : I’m trying to draw the layout in photoshop, but I can not understand this story of DP in […]
How to create custom toolbar just like ACMarket
Question : I want to create a Toolbar equal to ACMarket, but I do not want to use CollapsingToolbar , […]
Drawable folders for different dpi do not appear in Android Studio
Question : I can not find the drawable folders with the proper resolutions in Android Studio. Just have a drawable […]
Misaligned images
Question : I’m using the following .xml as the main screen: <RelativeLayout xmlns_android=”http://schemas.android.com/apk/res/android” android_orientation=”vertical” android_layout_width=”match_parent” android_layout_height=”match_parent”> <TableLayout android_layout_width=”match_parent” android_layout_height=”wrap_content” android_stretchColumns=”*”> […]
Themes, styles and support Library android
Question : Hello since I started working with Android development, I’ve always had a hard time understanding how Android’s Themes, […]
What better way to make animations for android?
Question : I’m about to start a system for android that has several animations that interact according to what the […]
Best practices in the interaction between Activities
Question : I’m developing an application just to validate the interaction between activities and intents . I created 5 ImageButton […]
Why is it recommended to use “sp” instead of “dp” in text sizes?
Question : Given that when we use the drive sp in TextView a warning always appears like this: Should […]