Android's rapid development Framework Afinal

Source: Internet
Author: User

Afinal is an ORM and IOC framework for Android. It also encapsulates the httpclient in Android, making it easier to use. Afinal is the ultimate framework for Android application development. Finaldb How to use:

FINALDB db = Finaldb.create (this); User user = new user (); User.setemail ("[email protected]"); User.setid (1); User.setname ("Michael Yang");

Db.save (user);

Finalactivity How to use: public class Afinaldemoactivity extends Finalactivity {@ViewInject (id=r.id.button,click= "b     Tnclick ") button button;             @ViewInject (Id=r.id.textview) TextView TextView;         public void OnCreate (Bundle savedinstancestate) {super.oncreate (savedinstancestate);     Setcontentview (R.layout.main);     public void Btnclick (View v) {textview.settext ("Text Set Form button"); } }

Finalhttp How to use: Finalhttp.ajax ("http://www.yangfuhai.com/topic/7.html", new Ajaxcallback () {@Override public void  CallBack (ajaxstatus status) {Textview.settext (status.getcontentasstring ()); } });

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.