Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.57 KB

File metadata and controls

28 lines (25 loc) · 1.57 KB

ExampleDialogFragmentSharedPreferences

AlertDialog persistiendo informacion con SharedPreferences y el uso de ConnectivityManager para mostrar el DialogFragment solamente cuando está utilizando la red móvil

Motivacion

Implementacion de SharedPreferences para persistencia de datos y DialogFragment para mostrar al usuario un modal solamente en el caso de que se encuentre utilizando sus datos móviles.

Instalacion

Ninguna limitante.

Capturas

Funcionamiento de la aplicacion.

Contribuciones

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

Esta aplicación esta basada en la utilizacion de SharedPreferences, DialogFragment y Connectivity Manager. El diseño así como los esquemáticos y soluciones de bugs son contribuciones propias.

License

This repository it's under Apache License.

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.