Posts

Privacy Policy Images to GIF

  Privacy Policy Content Providers built the GIF Maker Photos-Video to GIF app as a Free app. This SERVICE is provided by Content Providers at no cost and is intended for use as is. This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service. If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy. The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at GIF Maker Photos-Video to GIF unless otherwise defined in this Privacy Policy. Information Collection and Use For a better experience, while using our Service, I may require you to provide us with certain personally identifiable info...
  Privacy Policy Privacy Policy MobileApps.Dev built the VideoEditorPro app as a Free app. This SERVICE is provided by MobileApps.Dev at no cost and is intended for use as is. This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service. If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy. The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at VideoEditorPro unless otherwise defined in this Privacy Policy. Information Collection and Use For a better experience, while using our Service, I may require you to provide us with certain personally identifiable information. The informat...
Image
  Building Simple browser application in android studio :- To build browser application in android studio first we need to create new project in android studio, to know how to create project in android studio you can check from  here   Lets add Internet permission in manifest file : adding internet permission in manifest  < manifest xmlns: android ="http://schemas.android.com/apk/res/android" package ="com.sam.webviewdemo" > < uses-permission android :name ="android.permission.INTERNET" /> < application android :allowBackup ="true" android :icon ="@mipmap/ic_launcher" android :label ="@string/app_name" android :roundIcon ="@mipmap/ic_launcher_round" android :supportsRtl ="true" android :theme ="@style/AppTheme" > < activity android :name =".MainActivity" > < intent-filter > ...
Image
  How to build torch light application in Android Studio :- To build torch light application in android studio first we need to create new project in android studio, to know how to create project in android studio you can check from  here   Lets add flashlight feature in manifest file: < uses-feature android:name ="android.hardware.camera.flash" />   Adding permission in manifest file  <? xml version ="1.0" encoding ="utf-8" ?> < manifest xmlns: android ="http://schemas.android.com/apk/res/android" package ="com.sam.torch" > < uses-feature android :name ="android.hardware.camera.flash" /> < application android :allowBackup ="true" android :icon ="@mipmap/ic_launcher" android :label ="@string/app_name" android :roundIcon ="@mipmap/ic_launcher_round" android :supportsRtl ="true" android :theme ...
Image
How to Create an Android Project in Android Studio:-   To create an android project in android studio first we need to download  ANDROID STUDIO IDE . Please make sure to maintain high internet connection while installing the IDE, Android studio will automatically download some files in the background, it is  suggested to maintain high internet connection while installing. After installation is completed and when you open the IDE (Android studio) will look like this  SCREEN  AFTER INSTALLATION OF IDE How to Create an Android Project in Android Studio Now Select start new Android Studio project How to Create an Android Project in Android Studio Now Select new empty activity and Click next How to Create an Android Project in Android Studio   Now enter the App name (Project name you want to create )  App name is the name of your app for example Instagram,whats app..what ever the name wil...