<center><h2>𝓖𝓻𝓮𝓮𝓽𝓲𝓷𝓰𝓼</h2></center> <div class="text-justify"> Hello, dear Hive Learners, I hope you all are well. In the previous lecture, we load an image from Firebase URL to an image view using a Library Glide. We learn how to implement the Glide Library in the Gradle dependencies and also learn what is Glide library and how to use it. Today we will learn how to edit the profile data in firebase by using the Firebase user UserProfileChangeRequest. So let's get started.  ## [GitHub Link](https://github.com/faisalamin9696/HiveLearners2) Use this GitHub project to clone into your directory. The following lecture will update it so you will never miss the latest code. Happy Coding! ## What Should I Learn - How to update Profile data ## Assignment - Update your profile data ## Procedure First, we need to change the username TextViews to Edittext on the Profile Page. We can keep them disabled until an edit button clicks. On the edit button click, we enable all the EditText and the ImageView so that the user can change the data inside the EditTexts. We can not change the email so leave it as TextView.  Now we create two functions to enable and disable the Edit State. ``` private void disableEdit() { profile_image.setEnabled(false); username_tv.setEnabled(false); } private void enableEdit() { profile_image.setEnabled(true); username_tv.setEnabled(true); } ```  Create a button in the Profile Page that we will use to edit and save the edited data,  Declare and initialize this editProfile_btn and add the click listener and enable the edit state on click and change the button text to ```UPDATE```. We will use the same button to enable the edited state and to update the data.  In updation we need to check if the profile image is updated or not. There will be two conditions now with the new profile image upload and one with the previous link. Here I implement all the methods and complete the code.</div> ``` private void updateProfile(String username) { if (firebaseAuth.getCurrentUser().getPhotoUrl() == profileImageUri) { FirebaseUser user = FirebaseAuth.getInstance().getCurrentUser(); UserProfileChangeRequest profileUpdates = new UserProfileChangeRequest.Builder() .setDisplayName(username) .setPhotoUri(profileImageDownloadUri) .build(); assert user != null; user.updateProfile(profileUpdates).addOnCompleteListener(task2 -> { if (task2.isSuccessful()) { if (progressDialog.isShowing()) { progressDialog.cancel(); } Toast.makeText(this, "Updated Successfully", Toast.LENGTH_SHORT).show(); disableEdit(); } else { Toast.makeText(this, "Failed", Toast.LENGTH_SHORT).show(); } }); } else { upload_image_updateUser(username); } } ```  <center>  <h2>Thank You</h2>  <div class="pull-left"><a href="https://discord.gg/7Bzqv4qUMT"> <img src="https://cdn.steemitimages.com/DQmXd6PwGUHRgSDkWtwKfDvdFpaLHXvXBdK7wnYZeqe1GUa/discord_animation_logo.gif"/></a> </center>
author | faisalamin |
---|---|
permlink | edit-profile-data-or-android-app-development-or-lecture65-or-hive-learners |
category | hive-153850 |
json_metadata | {"app":"peakd/2022.07.1","format":"markdown","tags":["stem","android","ocd","blocktrade","development","coding","java","firebase","pakistan","diy"],"users":[],"image":["https://files.peakd.com/file/peakd-hive/faisalamin/23xpVuR2EATqXdBVcHxHUu1TnuoTDsv9o85whv7isQjpKy4deXaWMHPKs2qmvoBuh4ioH.png","https://files.peakd.com/file/peakd-hive/faisalamin/23w2exkfM5v8rFwGi1xFzPSoPrtaSVGBXuyoFXLM38MGbFnxp7NrTCJ4xAaaQ7EZKmY8r.png","https://files.peakd.com/file/peakd-hive/faisalamin/23t79QFTodP7E4DvkArBmFNt6kVbRB6NCdRCZL2qxdwgm5KHtTKjAwXB7jfhYoaszfJuC.png","https://files.peakd.com/file/peakd-hive/faisalamin/23w2ekhAAc1WShmu7NmtyunFX4UEH5tcegZ9fJiLQ7frhVFmkPavS4iWtmdLYFFXxHSpB.png","https://files.peakd.com/file/peakd-hive/faisalamin/23t78ndX1i7C3W1Gm3rPgqb63AYBP9aR7pdzdh4beNVAvv59TGRNvbhiU65S29wvpdrvc.png","https://files.peakd.com/file/peakd-hive/faisalamin/23t7BByk1WjXJVs8MHqWamu2fLgh4sF2kXkkyhQv2NuAjbM2VbZLRPNqmQtznaHbRJPBZ.png","https://images.ecency.com/DQmabQycJhW8DT8a634z3wQaVXvPZ5KMii2LYbaWZ3PsaRy/hl_divider.png","https://images.ecency.com/DQmZ4HF3hjV4HwJXuw8vRJ6B6CiMC3kUkkoihjtm7z2Gii7/hl_footer_banner.png","https://cdn.steemitimages.com/DQmXd6PwGUHRgSDkWtwKfDvdFpaLHXvXBdK7wnYZeqe1GUa/discord_animation_logo.gif"]} |
created | 2022-09-05 16:30:39 |
last_update | 2022-09-05 16:30:39 |
depth | 0 |
children | 7 |
last_payout | 2022-09-12 16:30:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 4.874 HBD |
curator_payout_value | 4.829 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4,368 |
author_reputation | 104,701,778,605,493 |
root_title | "Edit Profile Data | Android App Development | Lecture#65 | Hive Learners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 116,342,565 |
net_rshares | 13,057,003,616,986 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eric-boucher | 0 | 1,919,547,326 | 0.4% | ||
thecryptodrive | 0 | 6,084,739,727 | 0.16% | ||
mammasitta | 0 | 1,273,745,564 | 0.4% | ||
gerber | 0 | 9,073,502,877 | 5% | ||
good-karma | 0 | 66,731,964,085 | 5.97% | ||
roelandp | 0 | 37,412,053,517 | 5% | ||
daan | 0 | 51,611,994,711 | 8% | ||
ezzy | 0 | 287,360,811 | 5% | ||
cloh76 | 0 | 524,027,346 | 0.4% | ||
exyle | 0 | 46,324,838,096 | 5% | ||
lordvader | 0 | 7,153,295,135 | 0.8% | ||
lemouth | 0 | 226,249,354,970 | 10% | ||
lamouthe | 0 | 710,335,187 | 10% | ||
tfeldman | 0 | 730,263,348 | 0.4% | ||
mcsvi | 0 | 83,655,873,477 | 50% | ||
justyy | 0 | 3,823,670,387 | 0.8% | ||
curie | 0 | 88,714,670,740 | 0.8% | ||
techslut | 0 | 22,910,275,267 | 4% | ||
slider2990 | 0 | 4,394,053,183 | 100% | ||
roguewriter | 0 | 4,047,495,739 | 5% | ||
steemstem | 0 | 569,899,929,328 | 10% | ||
edb | 0 | 1,009,036,799 | 1% | ||
esteemapp | 0 | 14,057,346,514 | 5.97% | ||
valth | 0 | 1,434,503,881 | 5% | ||
dna-replication | 0 | 339,378,467 | 10% | ||
privex | 0 | 864,224,370 | 0.8% | ||
dhimmel | 0 | 52,457,325,474 | 2.5% | ||
oluwatobiloba | 0 | 1,144,327,384 | 10% | ||
detlev | 0 | 1,052,750,642,687 | 100% | ||
federacion45 | 0 | 1,195,491,385 | 0.4% | ||
iansart | 0 | 17,487,316,065 | 5% | ||
forykw | 0 | 7,351,755,524 | 2.5% | ||
mobbs | 0 | 8,444,946,412 | 5% | ||
jerrybanfield | 0 | 2,767,188,284 | 0.8% | ||
roomservice | 0 | 1,023,281,780 | 0.6% | ||
rt395 | 0 | 1,405,919,084 | 1.5% | ||
bitrocker2020 | 0 | 1,314,446,463 | 0.12% | ||
sustainablyyours | 0 | 4,135,959,036 | 5% | ||
yehey | 0 | 1,561,285,474 | 0.8% | ||
samminator | 0 | 1,537,827,152 | 0.5% | ||
drwom | 0 | 894,308,325 | 2.98% | ||
alexander.alexis | 0 | 4,884,174,725 | 10% | ||
dandesign86 | 0 | 14,546,731,305 | 8% | ||
jayna | 0 | 784,048,467 | 0.16% | ||
ew-and-patterns | 0 | 8,257,208,660 | 3% | ||
princessmewmew | 0 | 1,018,506,960 | 0.4% | ||
grapthar | 0 | 1,262,304,739 | 0.6% | ||
joeyarnoldvn | 0 | 494,087,406 | 1.47% | ||
gunthertopp | 0 | 10,288,890,878 | 0.2% | ||
ludmila.kyriakou | 0 | 1,617,089,524 | 3% | ||
flatman | 0 | 634,497,674 | 0.8% | ||
minnowbooster | 0 | 1,116,741,135,644 | 20% | ||
felt.buzz | 0 | 1,857,375,273 | 0.2% | ||
howo | 0 | 291,117,102,420 | 10% | ||
tsoldovieri | 0 | 994,628,033 | 5% | ||
neumannsalva | 0 | 579,089,436 | 0.4% | ||
stayoutoftherz | 0 | 17,720,811,427 | 0.2% | ||
abigail-dantes | 0 | 3,573,411,323 | 10% | ||
zonguin | 0 | 596,406,660 | 2.5% | ||
revo | 0 | 1,397,321,817 | 0.8% | ||
felander | 0 | 24,899,777,436 | 5% | ||
spaminator | 0 | -6,984,453,655 | -0.25% | ||
thelordsharvest | 0 | 633,078,761 | 0.8% | ||
tomiscurious | 0 | 15,808,327,252 | 3.7% | ||
sorin.cristescu | 0 | 2,943,811,692 | 0.4% | ||
therealwolf | 0 | 9,186,074,377 | 0.8% | ||
fatman | 0 | 8,677,252,129 | 2% | ||
meno | 0 | 3,032,313,053 | 0.4% | ||
esteem.app | 0 | 2,103,016,421 | 5.97% | ||
enzor | 0 | 560,384,029 | 10% | ||
bartosz546 | 0 | 1,132,819,084 | 0.4% | ||
kiaazad | 0 | 38,463,624,177 | 100% | ||
dandays | 0 | 2,858,809,841 | 0.4% | ||
steveconnor | 0 | 546,312,784 | 0.4% | ||
nicole-st | 0 | 1,772,754,168 | 0.4% | ||
smartsteem | 0 | 32,091,698,310 | 0.8% | ||
kenadis | 0 | 2,381,253,289 | 10% | ||
punchline | 0 | 1,874,719,167 | 0.8% | ||
auleo | 0 | 538,989,250 | 1.19% | ||
fourfourfun | 0 | 501,202,246 | 1.85% | ||
juecoree | 0 | 5,574,704,382 | 7% | ||
iamjadeline | 0 | 13,116,640,798 | 17% | ||
intrepidphotos | 0 | 169,171,537,209 | 7.5% | ||
fragmentarion | 0 | 2,432,181,238 | 10% | ||
utube | 0 | 596,608,792 | 0.8% | ||
neneandy | 0 | 874,225,430 | 0.8% | ||
goldrooster | 0 | 3,459,802,208 | 20% | ||
cherryng | 0 | 723,948,804 | 1.19% | ||
unconditionalove | 0 | 629,427,176 | 2.5% | ||
geopolis | 0 | 609,728,759 | 10% | ||
robertbira | 0 | 1,036,515,981 | 2.5% | ||
alexdory | 0 | 1,392,383,455 | 10% | ||
takowi | 0 | 13,951,583,005 | 0.8% | ||
irgendwo | 0 | 1,600,160,793 | 0.8% | ||
cyprianj | 0 | 1,827,066,390 | 5% | ||
melvin7 | 0 | 2,932,456,178 | 5% | ||
francostem | 0 | 1,316,299,009 | 10% | ||
superlotto | 0 | 2,600,077,501 | 0.8% | ||
reazuliqbal | 0 | 25,450,831,495 | 5% | ||
bscrypto | 0 | 1,833,484,522 | 0.4% | ||
azircon | 0 | -17,177,982,629,800 | -100% | ||
bestboom | 0 | 1,406,173,803 | 5% | ||
sanderjansenart | 0 | 640,133,249 | 0.4% | ||
blainjones | 0 | 5,257,163,612 | 6% | ||
gadrian | 0 | 31,244,075,724 | 7.5% | ||
therising | 0 | 13,417,960,388 | 0.8% | ||
de-stem | 0 | 5,348,581,282 | 9.9% | ||
achimmertens | 0 | 996,702,097 | 0.4% | ||
meanbees | 0 | 1,200,627,527 | 0.5% | ||
deholt | 0 | 515,826,907 | 8.5% | ||
robmolecule | 0 | 4,088,869,029 | 2% | ||
steem.services | 0 | 2,796,557,663 | 1.25% | ||
diabonua | 0 | 694,616,111 | 0.4% | ||
pladozero | 0 | 32,297,179,695 | 10% | ||
nateaguila | 0 | 232,281,557,168 | 8% | ||
temitayo-pelumi | 0 | 711,152,376 | 10% | ||
motherofalegend | 0 | 1,370,216,305 | 5% | ||
uche-nna | 0 | 607,878,508 | 0.64% | ||
citizendog | 0 | 645,353,710 | 0.8% | ||
linco | 0 | 775,776,572 | 4.5% | ||
gaottantacinque | 0 | 262,979,057 | 100% | ||
bflanagin | 0 | 873,021,529 | 0.4% | ||
armandosodano | 0 | 1,487,635,407 | 0.4% | ||
gasaeightyfive | 0 | 610,925,935 | 100% | ||
dlike | 0 | 16,124,945,245 | 5% | ||
cleanplanet | 0 | 2,183,131,796 | 0.24% | ||
thelittlebank | 0 | 2,353,740,585 | 0.4% | ||
pboulet | 0 | 14,482,776,153 | 8% | ||
voter003 | 0 | 9,923,239,356 | 5.1% | ||
cribbio | 0 | 887,526,139 | 100% | ||
powernap | 0 | 551,064,775 | 0.4% | ||
merlin7 | 0 | 1,546,189,475 | 0.8% | ||
brianoflondon | 0 | 4,186,517,586 | 0.12% | ||
steemcryptosicko | 0 | 1,406,774,177 | 0.16% | ||
cakemonster | 0 | 2,168,365,848 | 2.5% | ||
stem.witness | 0 | 534,146,870 | 10% | ||
devann | 0 | 4,179,430,034 | 3% | ||
crowdwitness | 0 | 3,615,801,765 | 5% | ||
apokruphos | 0 | 2,910,251,662 | 1% | ||
goodcontentbot | 0 | 807,358,956 | 15% | ||
limka | 0 | 156,916,920 | 82.54% | ||
steemean | 0 | 9,823,727,960 | 5% | ||
photographercr | 0 | 2,600,369,869 | 1.19% | ||
epicdice | 0 | 531,168,468 | 0.24% | ||
coolsurfer | 0 | 21,172,700,254 | 100% | ||
poliwalt10 | 0 | 495,223,587 | 1.25% | ||
robibasa | 0 | 24,808,752,404 | 10% | ||
beerlover | 0 | 127,687,293,555 | 100% | ||
aicu | 0 | 3,170,194,773 | 0.8% | ||
walterprofe | 0 | 4,006,017,277 | 5% | ||
triplea.bot | 0 | 1,187,218,192 | 5% | ||
tiffin | 0 | 503,510,426 | 4.75% | ||
steem.leo | 0 | 6,238,020,829 | 5% | ||
stemgeeks | 0 | 16,940,196,891 | 50% | ||
stemcuration | 0 | 1,074,871,723 | 50% | ||
babytarazkp | 0 | 3,986,935,959 | 40% | ||
abh12345.stem | 0 | 546,734,763 | 25% | ||
beta500 | 0 | 5,329,053,868 | 5% | ||
elianaicgomes | 0 | 3,879,786,400 | 7.5% | ||
steemstem-trig | 0 | 761,188,522 | 10% | ||
yggdrasil.laguna | 0 | 268,871,845 | 25% | ||
atheistrepublic | 0 | 782,493,656 | 0.4% | ||
roamingsparrow | 0 | 977,286,557 | 0.4% | ||
hamsterpoweriii | 0 | 6,572,578,371 | 100% | ||
ribary | 0 | 1,754,365,289 | 2.5% | ||
chapmain | 0 | 125,552,364 | 100% | ||
mice-k | 0 | 453,757,469 | 5% | ||
peterale | 0 | 1,391,405,404 | 0.4% | ||
prize.hoard | 0 | 2,632,851,835 | 100% | ||
laruche | 0 | 41,052,961,026 | 1% | ||
stemsocial | 0 | 80,306,909,875 | 10% | ||
kronias | 0 | 23,114,558,742 | 80% | ||
dcityrewards | 0 | 121,132,946,685 | 5% | ||
holoferncro | 0 | 2,132,158,663 | 5% | ||
ecency | 0 | 2,826,999,313,183 | 5.97% | ||
emrysjobber | 0 | 1,551,999,673 | 100% | ||
ecency.stats | 0 | 2,364,945,549 | 5.97% | ||
jelly-cz | 0 | 1,727,002,057 | 100% | ||
sevenoh-fiveoh | 0 | 1,073,941,158 | 5% | ||
aabcent | 0 | 1,503,352,201 | 0.64% | ||
nbs.gmbh | 0 | 60,119,605,967 | 0.8% | ||
dorkpower | 0 | 925,168,008 | 25% | ||
leonelb | 0 | 1,970,451,526 | 50% | ||
stemcur | 0 | 745,794,765 | 100% | ||
meritocracy | 0 | 8,954,663,888 | 0.08% | ||
stemline | 0 | 3,130,839,922 | 25% | ||
he-index | 0 | 4,447,647,651 | 15% | ||
meestemboom | 0 | 460,386,431 | 25% | ||
dcrops | 0 | 34,910,893,805 | 2.5% | ||
bruno-kema | 0 | 20,539,835,525 | 50% | ||
krishu.stem | 0 | 630,995,765 | 100% | ||
traderhive | 0 | 738,838,130 | 0.8% | ||
cbridges573 | 0 | 1,065,741,866 | 3.75% | ||
adamada.stem | 0 | 1,541,194,544 | 100% | ||
mahirabdullah | 0 | 31,132,832,269 | 60% | ||
mayorkeys | 0 | 2,977,426,965 | 30% | ||
drricksanchez | 0 | 1,833,671,735 | 0.4% | ||
luisestaba23 | 0 | 495,045,418 | 50% | ||
holovision.stem | 0 | 1,586,364,467 | 50% | ||
star.stem | 0 | 1,685,025,711 | 50% | ||
offia66 | 0 | 7,222,990,308 | 100% | ||
seinkalar | 0 | 856,658,212 | 0.8% | ||
aries90 | 0 | 5,358,289,219 | 0.8% | ||
flipflopcrypto | 0 | 983,235,931 | 100% | ||
t0xicgh0st | 0 | 1,282,260,653 | 100% | ||
lazy-panda | 0 | 21,949,972,034,181 | 100% | ||
shawnmichael-gt | 0 | 774,037,553 | 2.98% | ||
mcsherriff | 0 | 563,568,052 | 5% | ||
amiableamara | 0 | 2,455,719,100 | 100% | ||
estherscott | 0 | 5,448,031,485 | 25% | ||
saboin.stem | 0 | 381,744,392 | 50% | ||
gi-de-on | 0 | 2,753,256,705 | 30% | ||
lawrence27 | 0 | 389,260,509 | 50% | ||
queenpriscilla | 0 | 1,074,782,387 | 50% | ||
stem-curator | 0 | 684,270,145 | 100% | ||
emmanuel222 | 0 | 2,111,161,871 | 50% | ||
dondido | 0 | 3,329,494,965 | 0.8% | ||
olivemarcel | 0 | 695,893,004 | 50% | ||
hive-learners | 0 | 2,566,025,675 | 100% | ||
auto-moderation | 0 | 10,428,746,371 | 98% | ||
ahleap | 0 | 801,186,117 | 21% | ||
prechidi | 0 | 771,360,335 | 50% | ||
niglys | 0 | 4,364,097,278 | 50% | ||
sayu907 | 0 | 4,368,586,306 | 100% | ||
dirolls | 0 | 780,165,194 | 100% | ||
xecency | 0 | -48,699,622 | -5.97% | ||
minas-glory | 0 | 738,507,764 | 0.4% | ||
the-grandmaster | 0 | 632,198,583 | 0.4% | ||
the-burn | 0 | 810,652,148 | 0.4% | ||
ambicrypto | 0 | 3,107,198,601 | 0.8% |
 | <div class="phishy"><u><h4>You have received a __1UP__ from @gwajnberg!</h4></u></div> The @oneup-cartel will soon upvote you with:<hr> __@stem-curator__ <hr>_And they will bring !PIZZA 🍕._ -|- <sup>[Learn more](https://peakd.com/hive-102223/@flauwy/the-curation-cartel-1up-trigger-smart-voting-mana-and-high-delegation-returns-for-14-different-tribes) about our delegation service to earn daily rewards. Join the Cartel on [Discord](https://discord.gg/mvtAneE3Ca).</sup>
author | curation-cartel |
---|---|
permlink | re-edit-profile-data-or-android-app-development-or-lecture65-or-hive-learners-20220906t202133z |
category | hive-153850 |
json_metadata | "{"app": "beem/0.24.26"}" |
created | 2022-09-06 20:21:33 |
last_update | 2022-09-06 20:21:33 |
depth | 1 |
children | 0 |
last_payout | 2022-09-13 20:21:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 623 |
author_reputation | 1,123,882,653,763 |
root_title | "Edit Profile Data | Android App Development | Lecture#65 | Hive Learners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 116,376,355 |
net_rshares | 0 |
!PIZZA !PGM !LUV !BEER
author | dirolls |
---|---|
permlink | re-faisalamin-rhun6a |
category | hive-153850 |
json_metadata | {"tags":["hive-153850"],"app":"peakd/2022.07.1"} |
created | 2022-09-07 16:59:00 |
last_update | 2022-09-07 16:59:00 |
depth | 1 |
children | 0 |
last_payout | 2022-09-14 16:59:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 22 |
author_reputation | 10,190,203,523 |
root_title | "Edit Profile Data | Android App Development | Lecture#65 | Hive Learners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 116,401,447 |
net_rshares | 0 |
**Yay!** 🤗<br>Your content has been **boosted with Ecency Points**, by @faisalamin. <br>Use Ecency daily to boost your growth on platform! <br><br><b>Support Ecency</b><br>[Vote for new Proposal](https://hivesigner.com/sign/update-proposal-votes?proposal_ids=%5B197%5D&approve=true)<br>[Delegate HP and earn more](https://ecency.com/hive-125125/@ecency/daily-100-curation-rewards)
author | ecency |
---|---|
permlink | re-202296t03657891z |
category | hive-153850 |
json_metadata | {"tags":["ecency"],"app":"ecency/3.0.20-welcome","format":"markdown+html"} |
created | 2022-09-06 00:37:00 |
last_update | 2022-09-06 00:37:00 |
depth | 1 |
children | 0 |
last_payout | 2022-09-13 00:37:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 380 |
author_reputation | 624,422,971,962,054 |
root_title | "Edit Profile Data | Android App Development | Lecture#65 | Hive Learners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 116,353,942 |
net_rshares | 0 |
That is another important part of the app right? allowing the update of profile, I have already seen lots of bugs around in this part of the app. !1UP <a href="https://discord.gg/zQrvxAu7mu"> <img src="https://files.peakd.com/file/peakd-hive/thecuriousfool/23wCNFDyCLJu1v77TTg2MYKkd7XWkgF9fhiLujTDAaLaUz7H4AaQkDentB5UMVS8FcrVs.png"></a>
author | gwajnberg |
---|---|
permlink | rht1ug |
category | hive-153850 |
json_metadata | {"tags":["stem"],"image":["https://files.peakd.com/file/peakd-hive/thecuriousfool/23wCNFDyCLJu1v77TTg2MYKkd7XWkgF9fhiLujTDAaLaUz7H4AaQkDentB5UMVS8FcrVs.png"],"links":["https://discord.gg/zQrvxAu7mu"],"app":"stemgeeks/0.1","canonical_url":"https://stemgeeks.net/@gwajnberg/rht1ug"} |
created | 2022-09-06 20:20:39 |
last_update | 2022-09-06 20:20:39 |
depth | 1 |
children | 1 |
last_payout | 2022-09-13 20:20:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 336 |
author_reputation | 380,116,414,843,647 |
root_title | "Edit Profile Data | Android App Development | Lecture#65 | Hive Learners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 116,376,336 |
net_rshares | 0 |
Yes, Thank you. We will fix the bugs together
author | faisalamin |
---|---|
permlink | re-gwajnberg-202297t6242883z |
category | hive-153850 |
json_metadata | {"tags":["stem"],"app":"ecency/3.0.33-mobile","format":"markdown+html"} |
created | 2022-09-07 01:24:03 |
last_update | 2022-09-07 01:24:03 |
depth | 2 |
children | 0 |
last_payout | 2022-09-14 01:24:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 45 |
author_reputation | 104,701,778,605,493 |
root_title | "Edit Profile Data | Android App Development | Lecture#65 | Hive Learners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 116,382,674 |
net_rshares | 0 |
<center>PIZZA! PIZZA Holders sent <strong>$PIZZA</strong> tips in this post's comments: @dirolls<sub>(7/15)</sub> tipped @faisalamin (x1) <sub>Learn more at https://hive.pizza.</sub></center>
author | pizzabot |
---|---|
permlink | re-edit-profile-data-or-android-app-development-or-lecture65-or-hive-learners-20220907t170010z |
category | hive-153850 |
json_metadata | "{"app": "beem/0.24.19"}" |
created | 2022-09-07 17:00:09 |
last_update | 2022-09-07 17:00:09 |
depth | 1 |
children | 0 |
last_payout | 2022-09-14 17:00:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 196 |
author_reputation | 7,617,921,360,686 |
root_title | "Edit Profile Data | Android App Development | Lecture#65 | Hive Learners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 116,401,477 |
net_rshares | 0 |
<div class='text-justify'> <div class='pull-left'> <img src='https://stem.openhive.network/images/stemsocialsupport7.png'> </div> Thanks for your contribution to the <a href='/trending/hive-196387'>STEMsocial community</a>. Feel free to join us on <a href='https://discord.gg/9c7pKVD'>discord</a> to get to know the rest of us! Please consider delegating to the @stemsocial account (85% of the curation rewards are returned). You may also include @stemsocial as a beneficiary of the rewards of this post to get a stronger support. <br /> <br /> </div>
author | stemsocial |
---|---|
permlink | re-faisalamin-edit-profile-data-or-android-app-development-or-lecture65-or-hive-learners-20220907t063642100z |
category | hive-153850 |
json_metadata | {"app":"STEMsocial"} |
created | 2022-09-07 06:36:42 |
last_update | 2022-09-07 06:36:42 |
depth | 1 |
children | 0 |
last_payout | 2022-09-14 06:36:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 565 |
author_reputation | 22,927,767,309,334 |
root_title | "Edit Profile Data | Android App Development | Lecture#65 | Hive Learners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 116,388,024 |
net_rshares | 0 |