-
Notifications
You must be signed in to change notification settings - Fork 13
OctoDroid's class and package structure
Mariogrip edited this page Feb 6, 2015
·
2 revisions
com.mariogrip.octodroid:
-
- MainActivity | The main class that will be called first when OctoDroid starts
-
- Memory | Where all the information that is fetched from octoprint is stored [Read here for more infomation about util and memory files](Understanding OctoDroid's util and memory library)
-
- sendbug | Activity class for sendbug activity
-
- service | Service class for octodroid handles Notifications in the background
-
- util | [Read here for more infomation about util and memory files](Understanding OctoDroid's util and memory library)
-
- util_decode| [Read here for more infomation about util and memory files](Understanding OctoDroid's util and memory library)
-
- util_final |[Read here for more infomation about util and memory files](Understanding OctoDroid's util and memory library)
-
- util_get |[Read here for more infomation about util and memory files](Understanding OctoDroid's util and memory library)
-
- util_send |[Read here for more infomation about util and memory files](Understanding OctoDroid's util and memory library)
com.mariogrip.octodroid.iu: | Where fragment classes are placed
- -cont_card | Control fragment with cards
- -file_card | Files fragment with cards
- -main_card | Main (front page) fragment with cards
- -temp_card | Temperature fragment with cards
All iu files that ends with _BETA is used inset of non beta file when beta mode is enable
OctoDroid is developed by mariogrip
Licence: GNU Affero General Public License http://www.gnu.org/licenses/agpl.html