Android Open Source - Game example BetaLoL






Project Summary

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

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of BetaLoL.

ItemValue
Java File Count20
Activity Count1
Fragment Count2
Required Permissionsandroid.permission.INTERNET




Java Source Files

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