DevCon 2013 is a developer conference held each year opened to all IT professionals who are involved in any kind of software and software related solution development.
This is the Android Application inspired by Google IO 2013. This is a work in a progress and some of the features may not work. (or even broke) . Please see the issues section to report any bugs or feature requests and to see the list of known issues.
This is now available on Play Store. For the daily builds, you can find it here and download as a raw file.
- YLA - [email protected]
- Hein Win Toe - [email protected]
- Ye Mon Kyaw - [email protected]
You will need the following tools.
- Git
- Android SDK
- ADT (or) Android Studio (or) IntelliJ
Once you have the above tools installed, you can install the app as follows:
###Cloning First of all you will have to clone the library.
git clone
In Android Studio (or) ADT navigate the menus like this.
File -> Import Project ...
###Installing Dependencies
The dependencies (*.jar) are put inside of libs
folder and you have to include them at Java Build Path.
DevCon App has the following Library dependencies
Clone it and import it to your IDE and follow the rest of the instructions at Referencing a Library Project
You can create your own account and add your API keys at res/values/api.xml
. See below "Important Notes"
I've omitted the xml file which stores the sensitive api keys. You have to create your own at res\values\api.xml
with the following content.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- FILL UP YOUR API KEYS HERE -->
<string name="mix_panel_api"> </string>
<string name="crashlytics"> </string>
</resources>
You're very welcome!
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Copyright 2013 DevCon 2013
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.