Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.2 KB

File metadata and controls

32 lines (18 loc) · 1.2 KB

Photo Cad

Photo Cad is an Android application that allows users to capture and upload images. The app uses Base64 encoding for image data and includes various Android resources such as layouts, menus, and styles.

Setup Instructions

To build and run the project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/RobertoDure/android_Base64_HttpTransport.git
    
  2. Open the project in Android Studio.

  3. Build the project by selecting Build > Make Project from the menu.

  4. Run the project on an Android device or emulator by selecting Run > Run 'app' from the menu.

Usage

The main features of the app include capturing and uploading images. To use these features, follow these steps:

  1. Open the app on your Android device.

  2. To capture an image using the device's camera, tap the "Tirar foto" button. The captured image will be displayed in the ImageView.

  3. To select an image from the device's SD card, tap the "SDCard foto" button. The selected image will be displayed in the ImageView.

  4. Enter the required information in the "Nome", "Telefone", and "Descrição" fields.

  5. Tap the "Enviar" button to upload the image and the entered information to the server.