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.
To build and run the project, follow these steps:
-
Clone the repository:
git clone https://github.com/RobertoDure/android_Base64_HttpTransport.git -
Open the project in Android Studio.
-
Build the project by selecting
Build > Make Projectfrom the menu. -
Run the project on an Android device or emulator by selecting
Run > Run 'app'from the menu.
The main features of the app include capturing and uploading images. To use these features, follow these steps:
-
Open the app on your Android device.
-
To capture an image using the device's camera, tap the "Tirar foto" button. The captured image will be displayed in the ImageView.
-
To select an image from the device's SD card, tap the "SDCard foto" button. The selected image will be displayed in the ImageView.
-
Enter the required information in the "Nome", "Telefone", and "Descrição" fields.
-
Tap the "Enviar" button to upload the image and the entered information to the server.