File Chooser icon

File Chooser

Hot or Not
File Chooser

Description

It’s a Java source code that can be easy integrated into your Android project.

How to Integrate

1. Copy all files from app/src/main/res/drawable/ folder and all next files into your project:
/app/src/main/java/com/filechooser/app/FileChooser.java
/app/src/main/res/values/file_chooser_strings.xml
/app/src/main/res/layout/file_chooser.xml
/app/src/main/res/layout/file_chooser_item.xml
/app/src/main/res/xml/file_provider.xml
2. Add permission into AndroidManifest.xml:
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
3. Add chooser activity into AndroidManifest.xml:
<activity android:name=".FileChooser" .../>
4. Add provider into AndroidManifest.xml:
<provider
   android:name="androidx.core.content.FileProvider" 
   android:authorities="${applicationId}.FileProvider" 
   android:exported="false" 
   android:grantUriPermissions="true">
      <meta-data
         android:name="android.support.FILE_PROVIDER_PATHS" 
         android:resource="@xml/file_provider"/>
</provider>
5. Add code to open chooser activity into browse button listener:
Intent intent = new Intent(this, FileChooser.class);
intent.putExtra("path", "/storage"); // path to opened folder
intent.putExtra("showFiles", true); // show or hide files (true/false)
intent.putExtra("returnFile", true); // return file or folder path (true/false)
startActivityForResult(intent, CHOOSER_REQUEST_CODE);
6. Add code to get result from chooser activity:
@Override
protected void onActivityResult(int requestCode, int resultCode, Intent data) {
   if (resultCode == RESULT_OK && requestCode == CHOOSER_REQUEST_CODE) {
      String path = data.getStringExtra("path"); // returned path
   }
}

External listing. code.market does not sell this product and does not process payment for it. Pricing, payment, delivery, licensing, refunds, and support are handled by the third-party merchant on its own website. We may earn an affiliate commission from a referral. Details.

Area Calculator for Android icon

Area Calculator for Android

Hot or Not
Area Calculator for Android

Description

Calculating area is a key to everyday life. Area Calculator is a fully featured calculator which provides calculation of the Area. Calculate various properties of Area related values using this simple utility tool.

This Area Calculator will help to calculate area of the geometric shapes such as a Square, Rectangle, Triangle, Circle, Sector, Ellipse,Parallelogram etc.

Features:

  • A very clean and user friendly UI
  • User Experience has been kept simple to avoid user from getting confused.
  • Calculation with Foot, Yard, Inch, Meters, Mile, Kilometer, Centimeter & Hectares
  • Results are interpreted in a clean manner with the use of colours and also are prominent
  • Sharing, App Rating
  • AdMob & Interstitial Integrated
  • No Internet Needed. Works offline
  • Social Word Sharing & App Sharing with Facebook & Twitter
  • Android Studio 3.x project
  • Programming language java
  • Clean code
  • Well documented

What You Will Get ?

  • Android Source Code
  • Document for Reskin

Resource Requirement

  • Apple Mac or Windows PC with their latest OS version installed
  • The latest version of Android Studio and some knowledge about its UI interface
  • Photoshop or any other image editor software
  • A Google Developer account to submit apps to the Play Store
  • An AdMob account to generate your own Banner/Interstitial UNIT ID

What about free support for this app?

We can offer free support for bugs encountered in the original code. Instead, if you’ve edited the code and messed something up with it, I may apply some fee to fix it either via TeamViewer or by checking your app project files directly on our computer.

Why our customers love us ?

Great support! for Code Quality – by MUKESH12
I liked this code, it is well done a beautiful design an easy-to-handle application clear documentation perfect support for Design Quality – by OmarILP
Excellent application for Code Quality – by Tricoder
Great Support . Will buy more for Customer Support – by abid_mahmud
for Customer Support – by ozankara
Thanks for everything. “Team viewer” support is amazing. for Customer Support – by mertotrk
for Code Quality – by shamilfm
for Customer Support – by shamilfm
for Design Quality – by salamat
Great design, back end and everything… documentation explained every thing. and the team viewer support is awesome. I never made an app in my life until now because of Express Template it was fun and easy. Thanks, guys! for Code Quality – by ibrandify

External listing. code.market does not sell this product and does not process payment for it. Pricing, payment, delivery, licensing, refunds, and support are handled by the third-party merchant on its own website. We may earn an affiliate commission from a referral. Details.