Skip to main content

Posts

Showing posts with the label General

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

Firebase Remote Config – Add and Update Value

Firebase Remote Config is a cloud service that lets you change the behavior and appearance of your app without requiring users to download an app update. When using Remote Config, you create in-app default values that control the behavior and appearance of your app. Then, you can later use the Firebase console or the Remote Config REST API to override in-app default values for all app users or for segments of your user base. Your app controls when updates are applied, and it can frequently check for updates and apply them with a negligible impact on performance. SOURCE :  https://firebase.google.com/docs/remote-config/ Go to  https://console.firebase.google.com/   Add Project  or Select  Existing Project Open left menu  Remote Config , then click button  Add your first parameter . In example you want to add this string parameter KEY_NAME                   | VALUE ———————————————————- banner_ad_unit_id              “ca-app-pub-96679765 . . .” interstitial_ad_unit_id      “ca-app-pub-

Configure Firebase for Android

Step 1: Create a Firebase project Before you can add Firebase to your Android app, you need to create a Firebase project to connect to your Android app. Visit  Understand Firebase Projects  to learn more about Firebase projects. Create a Firebase project In the  Firebase console , click  Add project . To add Firebase resources to an  existing  Google Cloud project, enter its project name or select it from the dropdown menu. Click  Continue . Click  Create project  (or  Add Firebase , if you’re using an existing Google Cloud project). Step 2: Register your app with Firebase To use Firebase in your Android app, you need to register your app with your Firebase project. Registering your app is often called “adding” your app to your project. In the center of the project overview page, click the  Android  icon Android or  Add app  to launch the setup workflow. Enter your app’s package name in the  Android package name  field. Find your app’s package name in your module (app-level) Gradle fil

Obtain Youtube Channel ID and Playlist ID

If you want to develop android app or website to view data from youtube you can read this documentation  https://developers.google.com/youtube/v3/ There are three part you must prepare before you obtain data from youtube API Goolge Youtube API Key Channel ID Playlist ID Now we only talking about Channel ID, and Playlist ID, you can read  my previous post  how to get Google Youtube API Key # Channel ID  is identifier for your youtube channel, we can get description, list of playlist, banner by using this ID https://www.googleapis.com/youtube/v3/channels?key={YOUR_API_KEY}&forUsername={USER_NAME}&part=id YOUR_API_KEY =   Google Youtube API Key USER_NAME =  username of channel In example I use this channel, I search from youtube and get this channel url https://www.youtube.com/user/ boyceavenue We can know the USER_NAME from this channel is  boyceavenue,  then you can get Channel ID by open this url https://www.googleapis.com/youtube/v3/channels?key= YourAPIKeyShouldBeHereXXXXXX &

Get Google Youtube API KEY

1. Go to : https://console.developers.google.com/ 2. Login into your google account 3. You can create new project or user existing project 4. Select library menu, Please enable YouTube Data API v3  API feature. 5. Last step is to generate API Key. Select Credentials > Create Credentials > Api Key > Select Browser Key leave  Key Restriction None DONE, you got your API key for Google Youtube

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.

Easy Way to Get Google Map API KEY for Android - New Augustus 2016

1. Go to : https://console.developers.google.com/project

Prepare Google Analytics for Android

In this article I will show you what you need to prepare to implement Google analytics to your android App.

Configure GCM for project The City

1. PREPARE API_KEY I assume that you already create new project on https://console.developers.google.com  , If not you can read THIS  and please check your enabled API :

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