Android Open Source - Sharinger test






From Project

Back to project page Sharinger.

License

The source code is released under:

Apache License

If you think the Android project Sharinger listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

package mobi.tarantio.tools.sharinger.app;
//  ww w  .j a  v  a  2s  .  c o m
/**
 * Created by kolipass on 06.05.14.
 */
public class test {
    public static void main(String[] args){
        IntentHandler intentHandler = new IntentHandler(" ");
        System.out.println(intentHandler.checkBracketsCloseUrl("?????????: Foursquare: ???? ??? ??, ?? ??? ???????. (http://google.com/newsstand/s/CBIwuIzbtAY)"));
    }
}




Java Source Code List

mobi.tarantio.tools.sharinger.app.CopyToClipboardActivity.java
mobi.tarantio.tools.sharinger.app.ExpandableTextView.java
mobi.tarantio.tools.sharinger.app.IntentHandler.java
mobi.tarantio.tools.sharinger.app.ShareIntentListBuilder.java
mobi.tarantio.tools.sharinger.app.ShareListActivity.java
mobi.tarantio.tools.sharinger.app.SystemBarTintManager.java
mobi.tarantio.tools.sharinger.app.TextViewActivity.java
mobi.tarantio.tools.sharinger.app.test.java