Coder Social home page Coder Social logo

projectbasics's Introduction

[Android Arsenal]

ProjectBasics

  • Min SDK 14 (Android 4.0.1 Ice cream sandwich)
  • Written in Java
  • This library performs basic required tasks like Rate App, Share App,etc with a single line of code.

Installation

Add this into your root build.gradle file:

allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Add the dependency to your module build.gradle:

dependencies {
	        compile 'com.github.OsmAndroid:ProjectBasics:1.3.0'
	}

Usage

ProjectBasics library performs simple tasks which are required in almost every app like:

  * Rate App, Share App, More Apps, Feedback, Follow on Facebook,Copy Text to Clipboard,etc.

The tasks are simple and can be achieved in a single line of code.

  • For example, to launch Play Store to rate your app or any other app:
Task.RateApp(context, "PackageName");
  • More Apps(To show all apps under your Developer account):
Task.MoreApps(context,"DeveloperName");
  • Feedback (Take feedback via mail)
Task.Feedback(context,"your mail id","Subject");
  • Follow on Facebook (Launch your Facebook page in app if available or in browser to like your page)
Task.FollowOnFb(context,"PageId","Page link");
  • Share App

  Task.ShareApp(context,"PackageName","Subject","Description");  

 * Copy Text to Clipboard      Task.CopyText(context,"text to be copied as a string");  

  • Hide Soft Input Keyboard      Task.HideSoftKeyBoard(Activity context);    

projectbasics's People

Contributors

osmandroid avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

projectbasics's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.