• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Transferring data from one activity to the other

Hello, I am new to android studio and I am trying to figure out how send data from one activity to the other. Im sure it has something to do with intent, but otherwise I am not sure. I have a textview in my second activity where I want to transfer the data from the first activity. The app will get the user to enter weight, height, age, and activity level. the app will calculate bmr and then give the user a calorie goal they need to either lose or gain weight. I have attached a pic of what my current main looks like. I am not sure that the current code is what I am expecting. I have been trying to find a way to view if the variables are holding what I expect

Attachments

  • app,png.png
    app,png.png
    111.4 KB · Views: 223

Planet Crash

Planet Crash is a game in which you need to put several identical objects in a row or diagonally, but unlike classic games of this kind, the player is invited to make tactical decisions several moves ahead.

The main challenge of the game is that the next planet can only be sent to one of several target positions, which are calculated according to a certain pattern relative to the current position. This fact makes the player calculate the steps and analyze the current disposition in a way similar to chess.

You can choose one of three difficulty levels and try to set a record for each of the levels.

If you like to relax and develop your mind at the same time, then this game is perfect for you!

https://play.google.com/store/apps/details?id=com.Demosxy.PlanetCrash

AUC8 BIG update for Global S21 series, camera & April security patch

[UPDATE 03/APR/21]

Samsung are certainly putting their back into pushing out this 1.1GB AUC8 firmware with the April Android Security patch.

In under 6 days they have released over 100 updates for countries and carriers across the globe, from Afghanistan to Vietnam, for their Galaxy S21 Exynos global series.

Phone manufacturers are often criticised for the tardiness of their updates but Samsung are excelling themselves on this roll out.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The AUC8 global, Exynos, mega update

This latest update is the 8th for the Global, Exynos, S21 series and is currently being rolled out by Samsung.

This huge 1+GB update is for camera, general bugfix and April security patch.

Initially, as always, this is rolling out to the non-carrier branded, stock Samsung CSC codes first.

The Galaxy S21 Global, Exynos, devices that will receive this update are...
  • S21 5G model SM-G991B
  • S21+ 5G model SM-G996B
  • S21 Ultra 5G model SM-G998B
This latest release replaces the G99*BXXS2AUBB February build.

It is a FOTA, (Firmware Over The Air), update and you can check... Settings > Software update... to see if it is available for you.

FFu7Tt0l.jpg


The update = G99*BXXU2AUC8

Download = 1140.64 MB

Build date = 19 March 2021

Release date = 29 March 2021

Camera version = 11.0.02.83

One UI version = 3.1

Android Security patch = April 2021

This is the 8th stable update in 60 days.

AUC8 BIG update for Global S21 series, camera & April security patch

[UPDATE 03/APR/21]

Samsung are certainly putting their back into pushing out this 1.1GB AUC8 firmware with the April Android Security patch.

In under 6 days they have released over 100 updates for countries and carriers across the globe, from Afghanistan to Vietnam, for their Galaxy S21 Exynos global series.

Phone manufacturers are often criticised for the tardiness of their updates but Samsung are excelling themselves on this roll out.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The AUC8 global, Exynos, mega update

This latest update is the 8th for the Global, Exynos, S21 series and is currently being rolled out by Samsung.

This huge 1+GB update is for camera, general bugfix and April security patch.

Initially, as always, this is rolling out to the non-carrier branded, stock Samsung CSC codes first.

The Galaxy S21 Global, Exynos, devices that will receive this update are...
  • S21 5G model SM-G991B
  • S21+ 5G model SM-G996B
  • S21 Ultra 5G model SM-G998B
This latest release replaces the G99*BXXS2AUBB February build.

It is a FOTA, (Firmware Over The Air), update and you can check... Settings > Software update... to see if it is available for you.

FFu7Tt0l.jpg


The update = G99*BXXU2AUC8

Download = 1140.64 MB

Build date = 19 March 2021

Release date = 29 March 2021

Camera version = 11.0.02.83

One UI version = 3.1

Android Security patch = April 2021

This is the 8th stable update in 60 days.

AUC8 BIG update for Global S21 series, camera & April security patch

[UPDATE 03/APR/21]

Samsung are certainly putting their back into pushing out this 1.1GB AUC8 firmware with the April Android Security patch.

In under 6 days they have released over 100 updates for countries and carriers across the globe, from Afghanistan to Vietnam, for their Galaxy S21 Exynos global series.

Phone manufacturers are often criticised for the tardiness of their updates but Samsung are excelling themselves on this roll out.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The AUC8 global, Exynos, mega update

This latest update is the 8th for the Global, Exynos, S21 series and is currently being rolled out by Samsung.

This huge 1+GB update is for camera, general bugfix and April security patch.

Initially, as always, this is rolling out to the non-carrier branded, stock Samsung CSC codes first.

The Galaxy S21 Global, Exynos, devices that will receive this update are...
  • S21 5G model SM-G991B
  • S21+ 5G model SM-G996B
  • S21 Ultra 5G model SM-G998B
This latest release replaces the G99*BXXS2AUBB February build.

It is a FOTA, (Firmware Over The Air), update and you can check... Settings > Software update... to see if it is available for you.

FFu7Tt0l.jpg


The update = G99*BXXU2AUC8

Download = 1140.64 MB

Build date = 19 March 2021

Release date = 29 March 2021

Camera version = 11.0.02.83

One UI version = 3.1

Android Security patch = April 2021

This is the 8th stable update in 60 days.

[App][Free] Random number generator

I recently developed an application for generating random numbers. Then I added a lot of other useful features there and people liked it. For example, you can generate a random number, a topic for conversation with a girl, you can generate a random password, or create your own list and select an item there at random. The application can be used to select the winner of the competition. The functionality is limited only by your imagination. I would be glad if you support your feedback) Thanks in advance!
The app now saves all settings!

Google Play - https://play.google.com/store/apps/details?id=mch.pavel.randomizer

How can I get form data from a header in Android WebView?

Hi,

I have to use Android Webview in my project. Inside of the Webview I have to use a form. After the user fills and sends the form, Form redirects to 2 or 3 different links and in the final, it returns to one link with the result. Result comes from Header Form Data. I have to read form data and check the result. With javascript injection, I can reach the response header(content-type, content-length etc.) but I could not read the Form Data from Header.

How can I get the Form Data from a Webview?

Thank you.

Filter

Back
Top Bottom