Text sizes in Android sdp Get link Facebook X Pinterest Email Other Apps June 01, 2024 Title : 14sdpSubtitle:12sdpSub-sub title : 8sdpTitle: 16sdp Subtitle: 14sdp Body Text: 12sdp Button Text: 12sdp (or slightly larger for emphasis) Caption Text: 10sdptry to make things small they look bigger in android phones Get link Facebook X Pinterest Email Other Apps Comments
How to make a good image slider in android studio (Image slider) February 17, 2024 Setup Paste this in setting.gradle allprojects { repositories { ... maven { url 'https://jitpack.io' } } } Read more
How To Create Database In Android Studio ?? (Database) February 18, 2024 Just Simple Create New DbHelper Java File and paste below code this code do all create, modify, read and delete (CRUD) operations Read more
Android Auto Transition August 19, 2024 // Apply animation if required TransitionSet autoTransition = new AutoTransition() ; autoTransition.setDuration( 300 ) ; TransitionManager. beginDelayedTransition (holder. mv_mainCardView , autoTransition) ; Read more
Comments
Post a Comment