DroidText icon indicating copy to clipboard operation
DroidText copied to clipboard

http://code.google.com/p/droidtext/

Results 2 DroidText issues
Sort by recently updated
recently updated
newest added

How to add paragraph to my pdf using DroidText? I tried with the following code to add paragraph: `Document doc = new Document();` ` File file = new File(Environment.getExternalStorageDirectory().getAbsolutePath(), "sample.pdf");`...

The library now can be uploaded to any repository. Example: Gradle: allprojects { repositories { maven { url "https://jitpack.io" } } } dependencies { compile 'com.github.fcopardo:Droidtext:v1.5' } Maven: jitpack.io https://jitpack.io...