Coder Social home page Coder Social logo

frontier_android's Introduction

Frontier andoridライブラリについて

本ライブラリは、Android 2.3以降を対象としたライブラリです。

Androidにおけるアクティビティの起動を始めとした処理は
1stepで記述できるものが殆どなく、
簡単な処理であっても、2~3stepで処理を記述しなければならないことがあります。
これは特にAndroidを始めたばかりの方には面倒に感じてしまうことも多いかと思われます。

本ライブラリではそのような悩みを極力解決しようとしたものです。
代表的な機能としては、以下のものがございます。

  1. [アクティビティのメンバ変数の自動保存&復帰]
    FRActivity, FRListActivity, FRPreferenceActivityの各アクティビティクラスを継承して利用するだけで、メンバ変数を自動的にonSaveInstanceStateで保存し、onRestoreInstanceStateで復帰する仕組みもございます。
    そのため、今までわざわざ手書きで記述しなければならなかった画面切り替え時のメンバ変数の保存処理や、メモリ不足時のメンバ変数保存処理を自前で記述する必要がなくなります。

  2. [O/Rマッピングによるデータベースアクセス]
    iBATIS(MyBatis)の設計を継承したO/Rマッピング機能を利用することで
    SQLiteデータベースへアクセスする機能も存在します。
    frontier.db パッケージ以下のクラスを主に利用します。
    (こちらの処理は FrontierDaoライブラリとして独立させております)

  3. [豊富なユーティリティクラス]
    frontier.util以下にあるクラスは、文字列操作や日付操作を始めとした
    手間のかかる処理を簡略化することができるユーティリティクラスがございます。
    Base64クラスについては、Android 2.2以降で用意されている同名クラスの何倍も高速に処理できるようになっています。

【詳しい使い方や問い合わせなど】
こちらのブログで使い方を随時記載しております。
http://mobileapplication.blog.fc2.com/

※2017年現時点ではブログはこちらで執筆しております。
https://medium.com/@kkoudev/

frontier_android's People

Contributors

kkoudev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  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.