Coder Social home page Coder Social logo

githubzoujiayun / android-faceview Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jaikydota/android-faceview

0.0 1.0 0.0 2.65 MB

This is a Emoticon for Android. With blog Address :

Home Page: http://blog.csdn.net/jaikydota163/article/details/52098873

Java 100.00%

android-faceview's Introduction

gif

Android-FaceView

This is a Emoticon for Android.
If you need to know about replay dialog information, please click here: https://github.com/jaikydota/Android-ReplayDialog

Chinese blog address: http://blog.csdn.net/jaikydota163/article/details/52098873
项目中文博客地址:http://blog.csdn.net/jaikydota163/article/details/52098873

###Using Add to your layout xml:

<com.jaiky.test.faceview.FaceView
    android:id="@+id/face_view"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:visibility="gone" >
</com.jaiky.test.faceview.FaceView>

Binding to your code:

FaceView faceView = (FaceView) findViewById(R.id.face_view);
//binding the faceview edit EditText
faceView.setEdit(etContent);
//bing call to the FaceBar Button
faceView.setBtnView(ivFace);

Showing TextView:

TextView.setText(Html.fromHtml(replyDialog.getContent(), new FaceImageGetter(context), null));

###About Information Hello my friends!
This is a very simple small project, so I don't upload it to 'jcenter' or 'Maven Central'.
Please download it and deploy to your Android Studio.
Using this demo, you will know how to achieve.

android-faceview's People

Contributors

jaikydota avatar itretyak avatar

Watchers

gitzjy avatar

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.