Guides

Set up of E VPN

Concerning the Recordsdata


The eVPN is a android safety software which permit customers to maintain their privateness secure by utilizing secured proxy. 

This app have admob adverts to generate some cash from the applying. 🙂 

It’s supported on all of the android units above 4.0 + .

After you purchase this merchandise you’ll get undertaking file of Android supply code, and likewise this documentation file to information you putting in this app.

App Options


Quickest – Tremendous Quick Proxy
Actually limitless, No session,pace and bandwidth unlimitation
Stunning UI
Firebase Push Notification
Person Pleasant Interface
Admob Integration

Getting Began


Earlier than doing set up, it’s good to do the next issues :

  1. Set up instruments that requires for growing Android app corresponding to Java Development Kit and Android Studio because the Official Android IDE. For up to date tutorial about the right way to set up them, you may see and Obtain from Android Developer website.
  2. In the event you do all issues above, you may go to the following step.

Easy methods to Import the Challenge in Android Studio?


  1. Open Android Studio > Import Challenge (Eclipse ADT, Gradle, ect.)
  2. New window will opened > Browse to listing the place you place “eVPN” undertaking  > Okay
  3. Look ahead to jiffy till all course of import has completed.
evpn_image1
evpn_image1​

Easy methods to Rename the Package deal Title?


  1. First click on as soon as in your package deal after which click on file on Android Studio.
  2. Click on the Challenge Construction from file menu
  3. Then, click on on app from the modules part
  4. Click on on Flavors which is on the app modules part.
  5. Edit “Utility Id”. ( Set your package deal title right here )
  6. After which Press Okay.

Easy methods to Change Utility Title?


  1. Open Android Studio > app > res > values > strings.xml
  2. Choose ‘strings.xml’
  3. Enter your app title inside “app_name” string tag :
  4. <string title=“app_name”>eVPN</string>

Easy methods to Setup Push Notification?


  1. The Setup course of is sort of massive so we can not present the total turorial to setup Push Notification right here.
  2. Please Go to Setup Tutorial Web page to do setup.

Easy methods to Change AdMob Writer Id?


AdMob Configuration :

  1. Open Android Studio > app > res > values > strings.xml
  2. Enter your AdMob banner ID inside  banner_ad_unit” string tag :
  3. <string title=“banner_ad_unit”>Your AdMob Banner ID</string>
  4. Enter your AdMob Interstitial ID inside  interstitial_ad_unit” string tag :
  5. <string title=“interstitial_ad_unit”>Your AdMob Interstitial ID</string>

Easy methods to Change the Utility Icon?


  1. Open Android Studio > app > res > mipmap-hdpi > ic_launcher.png
  2. Rename your icon with ic_launcher.png and paste > change in mipmap-hdpi folder 

Graphics


You’ll discover all picture into /res/drawable-mdpi/, /res/drawable-hdpi/, /res/drawable-xhdpi/ folder. Simply create your individual graphics and change these information. Create seperate graphics of various gadget display sizes & place them into different drawble folders (drawable-hdpi & drawable-xhdpi) with identical file title discovered at drawable-mdpi folder. Test right here for extra info: Devices and Displays and Supporting Multiple Screens.

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button