Surviving with Android Code Repository
This repository contains the source code related to the posts published in Surviving with android
.The blog covers the most important topics about Android programming, you will find all the details and explanation about the source code in this repository. So if you want to have more information about the code you can refer to the original blog posts. Moreover the repo contains other sub repos containing full working android apps and libs.
Repository Structure
The Surviving with Android code repository is built by three different sub-repo:
Here you will find all the source code related to the post published in Surviving with Android blog site.
Here you will find the app source code. These apps are full-working and some of them are published at Google play.
This is the weatherlib. An Android library that can be use to retrieve weather information from the most important weather provider. It helps you to develop weather app easily and fast
Credits
Author: Francesco Azzola (survivingwithandroid@gmail.com)
Licence
Copyright 2012-2014 Francesco Azzola (Surviving with Android)
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.