Example application for showing some of the features of AndroidAnnotations. This application lets you search for League of Legends players and see their last matches..
BetaLoL is hosted in the following web site
https://github.com/josescgar/BetaLoL
If you think the Android project BetaLoL listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of BetaLoL.
Item | Value |
---|---|
Java File Count | 20 |
Activity Count | 1 |
Fragment Count | 2 |
Required Permissions | android.permission.INTERNET |
BetaLoL has the following Java source files.
com.escobeitor.betalol.ApplicationTest.java com.escobeitor.betalol.GameItemView.java com.escobeitor.betalol.GameListAdapter.java com.escobeitor.betalol.GamesFragment.java com.escobeitor.betalol.SearchActivity.java com.escobeitor.betalol.SearchFragment.java com.escobeitor.betalol.SummonerItemView.java com.escobeitor.betalol.SummonerListAdapter.java com.escobeitor.betalol.config.Utils.java com.escobeitor.betalol.model.Champion.java com.escobeitor.betalol.model.DBChampionHelper.java com.escobeitor.betalol.model.Game.java com.escobeitor.betalol.model.League.java com.escobeitor.betalol.model.LeagueEntry.java com.escobeitor.betalol.model.ListGame.java com.escobeitor.betalol.model.Stats.java com.escobeitor.betalol.model.Summoner.java com.escobeitor.betalol.rest.LoLAPIErrorHandler.java com.escobeitor.betalol.rest.LoLStaticClient.java com.escobeitor.betalol.rest.LoLSummonerClient.java