Smart Converter – Android App Source Code

Overview

Description

Smart Converter allow you to convert from unite to another. Quick, easy and clean user interface. It includes a list of commonly used conversion unites with option to add unit and make a favorite list. Also it is supported with calculator to to calculate value you want to convert.

 

Features

– Calculator
– Length Converter
– Mass Converter
– Speed Convert
– Area Converter
– Volume Converter
– Temperature Converter
– Pressure Converter
– Time Converter
– Digital Storage Converter
– Force Converter

-Admob Integrated

 

Included

  • Eclipse Source Code
  • java.xmlLayered PNG

 

Requirements

  • Operating System: Android 4.1.xAndroid 4.2.xAndroid 4.3.xAndroid 4.4
  • Eclipse to Edit Source Code

 

Instructions

  1. Open Eclipse > Import > Android > “Existing Android Code into Worksplace” > Next
  2. Root Directory > Click Browse button & browse the project folder > Select UnitConverter and google-play-services_lib
  3. Then go to ‘Project’ Menu > Clean.. > Clean All Projects > OK
  4. Wait for few minutes until all errors are gone. Ignore any warning appears in ‘Problems’ tab
  1. Right Cilck ‘SmartConverter’ project from Package Explorer > Android Tools > Rename Application Package > Finish.
  2. Refactroing dailog present and click Finish
  3. Package Name Changed in AndroidMainfest.xml but not in Application Package hierarchy so select Package name Right Click > Go to Refactor > Rename >Enter Package Name > Finish
  4. Change Package Name in AndrodiManifest.xml File

Admob ID can be changed in Constant.java file replace

public static final String addUnitId = “ca-app-pub-xxxxxxxxxxxxxxxxxxxxxxxxxxxxx”;

Related