Posts

Showing posts from July, 2022

How to create video view in android studio. | android app | kotlin | code share

Image
How to create video view in android studio. | android app | kotlin | code share https://www.youtube.com/watch?v=nd0XE-Ur8mg&t=22s In this video make simple video view application in android studio. Code :  https://github.com/PickerSoft/VideoViewSimpleKotlin Displays a video file. The VideoView class can load images from various sources (such as resources or content providers), takes care of computing its measurement from the video so that it can be used in any layout manager, and provides various display options such as scaling and tinting.

How to download Git Hub project in android sudio. | Import git project

Image
  How to download Git Hub project in android sudio. | Import git project https://www.youtube.com/watch?v=Xx4idZeJ6zE Import Github Project to Android Studio Tutorial for setting up Git and GitHub in Android Studio.

Create WebView Android App using Android Studio | Kotlin | Code Share

Image
Create WebView Android App using Android Studio | Kotlin | Code Share https://www.youtube.com/watch?v=5RwUPtqUT_M&t=66s A View that displays web pages. Source Code :  https://github.com/PickerSoft/WebView-App WebView objects allow you to display web content as part of your activity layout, but lack some of the features of fully-developed browsers. A WebView is useful when you need increased control over the UI and advanced configuration options that will allow you to embed web pages in a specially-designed environment for your app.
Image
  How to make Android Splash Screen With Android Studio | code share https://www.youtube.com/watch?v=i_LZ2kLXYT0 In this video create a Splash Screen (Motion Layout) for your Android application. Code : https://github.com/PickerSoft/SplashApp Splash screen is showing application logo in application loading. Usually, it delayed 3~5 seconds. We will make a Splash screen application. 1st, make splash activity. 2nd, change activity automatically. 3rd, Apply motion layout.

How to create login activity using Android Studio | Kotlin | code share

Image
  How to create login activity using Android Studio | Kotlin | code share https://www.youtube.com/watch?v=ZAD3hWNvJQM&t=6s In this video you will learn how to create login activity using android studio. Code share - https://github.com/PickerSoft/LoginApp There are user id, password and login button. 1. Make login layout. 2. id and password matching code.

Motion Layout Tutorial | Android Developer | code share

Image
  Motion Layout Tutorial | Android Developer | code share https://www.youtube.com/watch?v=DZdCC4vCqAw&t=142s Code share https://github.com/PickerSoft/MotionLayout MotionLayout is a subclass of ConstraintLayout and builds upon its rich layout capabilities. As part of the ConstraintLayout library, MotionLayout is available as a support library and is backwards-compatible to API level 14. MotionLayout links to and requires a MotionScene file. The file contains one top level tag "MotionScene"
Image
  Create Notification Android app in Android Studio. Kotlin | code share https://www.youtube.com/watch?v=y8G5bM0Nur8 Source Code -  https://github.com/PickerSoft/NotificationApp A notification in its most basic and compact form (also known as collapsed form) displays an icon, a title, and a small amount of content text. In this section, you'll learn how to create a notification that the user can click on to launch an activity in your app.

Create Google Map Android app in Android Studio.

Image
  Create Google Map Android app in Android Studio. https://www.youtube.com/watch?v=5CWADsGvsIQ&t=47s Code :  https://github.com/PickerSoft/GoogleMapSimpleKotlin A beginner's guide to creating your first map Android application. This video is a continuation of the Android development process. 1. What's Map Activity 2. Map API key. 3. Debugging errors. Link Create API KEY : https://developers.google.com/maps/do

Create your first (Hello World) Android application in Android Studio. kotlin | code share

Image
  Create your first (Hello World) Android application in Android Studio. kotlin | code share https://youtu.be/i1ExPpifaoQ Code share -  https://github.com/PickerSoft/FirstApplication A beginner's guide to creating your first Android application. This video is a continuation of the Android development process.

How to install android studio on mac

Image
  How to install android studio on mac https://youtu.be/UFNzyAqZn_E 1.1 The Android Software Development Kit (referred to in the License Agreement as the "SDK" and specifically including the Android system files, packaged APIs, and Google APIs add-ons) is licensed to you subject to the terms of the License Agreement. The License Agreement forms a legally binding contract between you and Google in relation to your use of the SDK. 1.2 "Android" means the Android software stack for devices, as made available under the Android Open Source Project, which is located at the following URL: https://source.android.com/, as updated from time to time. 1.3 A "compatible implementation" means any Android device that (i) complies with the Android Compatibility Definition document, which can be found at the Android compatibility website (https://source.android.com/compatibility) and which may be updated from time to time; and (ii) successfully passes the Android Compatibi...

How to install Android Studio on windows

Image
How to install Android Studio on windows   https://www.youtube.com/watch?v=Xg3UjniiKe0&t=4s 1.1 The Android Software Development Kit (referred to in the License Agreement as the "SDK" and specifically including the Android system files, packaged APIs, and Google APIs add-ons) is licensed to you subject to the terms of the License Agreement. The License Agreement forms a legally binding contract between you and Google in relation to your use of the SDK. 1.2 "Android" means the Android software stack for devices, as made available under the Android Open Source Project, which is located at the following URL: https://source.android.com/, as updated from time to time. 1.3 A "compatible implementation" means any Android device that (i) complies with the Android Compatibility Definition document, which can be found at the Android compatibility website (https://source.android.com/compatibility) and which may be updated from time to time; and (ii) successfully ...