GDG Pitești Meetup WEB technologies

Dear tech enthusiasts,

Android Study Jam it’s a wrap and now GDG Pitești invites you and your tech fellows to explore new topics and learning paths at our next meetup.

May 12th, 18:30 | Ramada Pitesti, Opal conference room

Register here goo.gl/5PgYvG (free entrance, limited seats).

Agenda:

  •  A smart Wi-Fi solution (fully based on Google Cloud Platform) | David Paraschivescu – Atlas Data
  • A better web | Bogdan Nourescu – Atlas Networking

gdg

Continue reading “GDG Pitești Meetup WEB technologies”

Roles in Scrum

This article will focus on the Roles in Scrum and it will be followed by another two which will contain details about the Events in Scrum and Artifacts in Scrum.

Scrum is an Agile framework used to develop projects and is based on the concept of “KISS” (i.e. Keep it Simple Stupid). The first mention of this technique can be found in 1986, by Hirotaka Takeuchi and Ikujiro Nonaka and then it was used for commercial product development. The first official document defining Scrum was presented in 1995 and was written by Jeff Sutherland and Ken Schwaber.

The name “Scrum” is a term from rugby, and it’s used as a metaphor to reflect the degree of cooperation needed to succeed. So scrum is a Team pack in rugby where everyone in the pack acts together to move the ball down the field.

Continue reading “Roles in Scrum”

Android SQLite Database

Android provides several ways to store user and app data. SQLite is one way of storing the application data, locally, on the device. SQLite supports all the relational database features common on the Oracle databases or Microsoft SQL Server. In order to access this database it must be used the API provided by Android which is available in the android.database.sqlite package.

android SQLite

Continue reading “Android SQLite Database”