A Pictionary like game made in 5 days by 7 students at Polytech' Paris Sud. This is the Android app. There are still a lot of bugs but it works! Server part is here https://github.com/Pyrech/PixelDraw-Server.
PixelDraw-Android is hosted in the following web site
https://github.com/florianmski/PixelDraw-Android
If you think the Android project PixelDraw-Android 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 PixelDraw-Android.
Item | Value |
---|---|
Java File Count | 11 |
Target SDK Version | 17 |
Minimum SDK Version | 14 |
Activity Count | 2 |
Fragment Count | 1 |
jar files used | android-support-v4.jar |
PixelDraw-Android has the following Java source files.
com.polytech.polydraw.adapters.ListMessageAdapter.java com.polytech.polydraw.ui.activities.BaseActivity.java com.polytech.polydraw.ui.activities.GameActivity.java com.polytech.polydraw.ui.activities.MenuActivity.java com.polytech.polydraw.ui.fragments.BaseFragment.java com.polytech.polydraw.ui.fragments.ChatFragment.java com.polytech.polydraw.ui.fragments.ColorDialogFragment.java com.polytech.polydraw.ui.fragments.DrawFragment.java com.polytech.polydraw.ui.fragments.MenuFragment.java com.polytech.polydraw.ui.views.CircleColorView.java com.polytech.polydraw.ui.views.DrawView.java