This is kind of About me where it includs several Intent and Links of Iranian App Store is called Myket , Cafebazar Intents and Google play Rate
- Myket, Cafebazar links:
- Rate and Comment
- Download
- Details
- Developer
- App : Icon ,Describes
- Profile : Developer ,Describes
- Developer's email
- Developer's Github account
- Developer's Instagram account id
- Developer's Whatsapp
- Add google play store link
- Add google play store Rate
Install my-project with https://jitpack.io/
dependencies {
implementation 'com.github.Mori-hub:Myket-Intent:0.1.18'
}
Aboutme_Myket v = new Aboutme_Myket(this);
v.setHeaderImage(R.drawable.ba1); // It can get (int) , id.mipmap/drawable/color , png,xml
v.setBodyImage(R.drawable.ba1);// It can get (int) , id.mipmap/drawable/color , png,xml
v.setAppIcon(R.mipmap.ic_launcher_round);
v.setAppCompany("خلاقیت کاری و کسب درآمد"); //It can get String
v.setAppDescription(R.string.app_desc);
v.setProfileName("Morteza"); //It can get String
v.setProfileJob("App Developer");//It can get String
v.setProfileDescription(R.string.prof_desc);
v.setProfileImage(R.drawable.profile);// It can get (int) , id.mipmap/drawable/color , png,xml
v.setMyketActive(true);// Myket links will be active by call this method. Don't need more!
v.addEmail("[email protected]"); // Developer's email
v.addGithub("Mori-Hub"); // Developer's Github account
v.addInstagram("b72243"); // Developer's Instagram account id
v.addWhatsapp("989000004"); // Developer's Whatsapp
v.addGoogle();// Add google play store link
v.addStores(googl=true, cafebazar=false, mayket=false); // What do you want!
v.closeWindow().setOnClickListener(v1 -> {setContentView(R.layout.activity_main);});// New Button for close window and action
setContentView(v); // Don't forget set it !
// Don't USE it by setContentView
v.dia(v); // If you want show it as a Dialog
Google Store | Maket Store |
---|---|
I'm a full stack developer...
Java, Kotlin, CSS....
Important: For Gradle 7.2 & jitpack.io Please use this way : https://stackoverflow.com/a/71603699/12272687
Update: March 2022