Skip to main content

Posts

Showing posts with the label Android

MaterialX interview App of The Day by downloadastro.com

Did you have any prior development or coding experience? Yes, I have a background in computer science and I have previous programming experience in companies, freelance, and personal projects. What was the most challenging aspect of developing mobile app? The most challenging aspect is finding ideas and creating various UI designs that developers need to meet their references in building.... Read More https://appoftheday.downloadastro.com/app/materialx-material-design-ui/

Generate API Key for Chat GPT

1. Go to  https://platform.openai.com/account/api-keys  , Log In or Sign Up you can choose using google account or microsoft account 2. Click on button Create new secret key , this action will show popup dialog you can copy the secret key/api key, please make sure you copy and paste in safe place, because you won't be able to view it again If after login or register you cannot view page above, go to profile menu > View API Keys

Privacy Policy Template

If some of my app get warning from google “ Warning of Google Play Developer policy violation: Action Required “, Here some action you can do, by submitting privacy policy url

Guide category icon for Markeet Panel

Category Icon will display at android as icon at category, good icon will help user to catch the information and easy understand about category. So make sure you pick the best icon for category.

Configure FCM for Android

From your firebase admin please click  Add Firebase to your Android app like this picture :

Obtain API KEY for FCM (Firebase Cloud Messaging)

1. go to : https://console.firebase.google.com/  and login to your google account.

Change Package Name Android Studio

The package name of an Android app uniquely identifies your app on the device Play Store. Step 1 - Application ID Open  Gradle Scripts → app/build.gradle Change the application ID with your own id name Standard naming procedure :  com.company.appname Click  Sync Now . Change the id as unique as possible, because application id is very important used if you want to publish the application to the google play. Important : your  applicationId  must will use to generate google-services.json on firebase console configuration Step 2 - Package Name (Optional) This step is optional, because unique id for app identifier already configure at Step 1 above, you can go without change package folder name, but if you want to change id here the step Click once on your package and then click setting icon on Android Studio. Close / Unselect  Compact Empty Middle Packages Right click your package and rename it. If you use oneSignal edit manifest File  AndroidManifest.xml OneSignal for sending push notific

How to get API Key for GCM (Google Cloud Messaging)

Step 1. Create A Firebase Project Push Notifications require a Firebase Project. If you don't have one setup yet, click  Add project  and follow the directions to setup your project. If you already have an FCM project, skip to Step 2. Step 2. Getting Your Firebase Cloud Messaging Token And Sender ID Click the  gear icon  in the top left and select  Project settings . Select the  Cloud Messaging  tab. Under "Cloud Messaging API (Legacy)" click on the options (three dots on the right) and click "Manage API in Google Cloud Console". OneSignal will soon add support for the latest Firebase Cloud Messaging API (V1), but for now, the Cloud Messaging API works perfectly. This will open a new page, under Cloud Messaging press "Enable". Refresh the page on your Firebase Console and copy your  Server key  and  Sender ID . Server Key is API KEY for send Notification or FCM

Add google play services library eclipse

Rename package Android Studio

The package name of an Android app uniquely identifies your app on the device Play Store. Step 1 - Application ID Open Gradle Scripts → app/build.gradle Change the application ID with your own id name Standard naming procedure : com.company.appname Click Sync Now . Change the id as unique as possible, because application id is very important used if you want to publish the application to the google play. Important : your applicationId must will use to generate google-services.json on firebase console configuration Step 2 - Package Name (Optional) This step is optional, because unique id for app identifier already configure at Step 1 above, you can go without change package folder name, but if you want to change id here the step Click once on your package and then click setting icon on Android Studio. Close / Unselect Compact Empty Middle Packages Right click your package and rename it. If you use oneSignal edit manifest File  AndroidManifest.xml OneSignal for sending push notification,

Import Eclipse project into Android Studio