Tags
Language
Tags
July 2025
Su Mo Tu We Th Fr Sa
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    https://sophisticatedspectra.com/article/drosia-serenity-a-modern-oasis-in-the-heart-of-larnaca.2521391.html

    DROSIA SERENITY
    A Premium Residential Project in the Heart of Drosia, Larnaca

    ONLY TWO FLATS REMAIN!

    Modern and impressive architectural design with high-quality finishes Spacious 2-bedroom apartments with two verandas and smart layouts Penthouse units with private rooftop gardens of up to 63 m² Private covered parking for each apartment Exceptionally quiet location just 5–8 minutes from the marina, Finikoudes Beach, Metropolis Mall, and city center Quick access to all major routes and the highway Boutique-style building with only 8 apartments High-spec technical features including A/C provisions, solar water heater, and photovoltaic system setup.
    Drosia Serenity is not only an architectural gem but also a highly attractive investment opportunity. Located in the desirable residential area of Drosia, Larnaca, this modern development offers 5–7% annual rental yield, making it an ideal choice for investors seeking stable and lucrative returns in Cyprus' dynamic real estate market. Feel free to check the location on Google Maps.
    Whether for living or investment, this is a rare opportunity in a strategic and desirable location.

    android studio (java) with SQLite browser & excel reporting

    Posted By: ELK1nG
    android studio (java) with SQLite browser & excel reporting

    android studio (java) with SQLite browser & excel reporting
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44100 Hz
    Language: English | Size: 1.66 GB | Duration: 2h 52m

    In this course we will learn how to create a new android studio project, create a SQLite database

    What you'll learn
    Create a new android studio project
    Create a small database using SQLite
    Generate 1000s of records in excel to simulate the database
    Insert records in app database
    Insert the generated records in excel into app database
    Request a permission to the user, so we can save files in device storage
    Create reports in app and save them in device as CSV files
    Create one report then save it as CSV, and create several reports then save them in separated CSV files in one click
    Requirements
    basics in android studio ( java & XML ), basics in SQLite and excel
    Description
    In this course we will learn how to create a new android studio project, create a SQLite database and generate 1000's of records using Excel to simulate the app, and then we will insert all generated records into our app's database.

    The database is about a school
    * we have levels: Elementary School, Middle School, High school, University
    * we have grades: First grade, Second grade, Third grade, Fourth grade, Fifth grade, Sixth grade, Seventh grade, Eighth grade, Ninth grade, Tenth grade, Eleventh grade, Twelfth grade, Freshman, Sophomore, Junior, Senior.
    * we have subjects: English, Math, Sciences, Physics
    * we have 600 students
    *we have 2400 tests

    We are going to:

    1. Create the android project

    2. Create the activities

    o menu activity ( java & XML )

    o levels activity ( java & XML )

    o grades activity ( java & XML )

    o subjects activity ( java & XML )

    o students activity ( java & XML )

    o tests activity ( java & XML )

    o test's result activity ( java & XML )

    o insert activity ( java & XML ), to insert the generated records

    o design of result ( XML )

    3. Create the database using SQLite

    o Tables ( levels, grades, subjects, students, tests)

    o View

    4. Generate 1000’s of records in excel to simulate the app

    5. Insert the generated records into SQLite browser

    6. Insert the generated records into app’s database

    7. Request a permission to access the device storage

    8. Download the test’s results to device storage as CSV files

    Who this course is for:
    Beginner