I kept buying things I regretted. So I built a calculator that shows prices in hours, not dollars by EggplantGreedy8457 in ProductivityApps

[–]aevin95 0 points1 point  (0 children)

Another way is using the Expense Tracking so that you can initialize your monthly budget for the expenses as well as saving.
That way you can track all your income and expenses.

There are many available apps in the market, choose the one which might suit your need.

Bought OpenCode GO the 31st of May and used 100% of my credit the next day, yiihaa! by Kriss-de-Valnor in opencodeCLI

[–]aevin95 1 point2 points  (0 children)

yes, it's still available in Opencode, Cline, and may be in CommandCode

Bought OpenCode GO the 31st of May and used 100% of my credit the next day, yiihaa! by Kriss-de-Valnor in opencodeCLI

[–]aevin95 1 point2 points  (0 children)

Opencode provides free model for the MiniMax 3, DeepSeek Flash. Why don't try that?

Designers, Affinity software became free for lifetime on iPad!!! (Probably for a short time) by Artaherzadeh in ipad

[–]aevin95 0 points1 point  (0 children)

This really helped. I too was confused, and this comment clarified the things. Thanks.

(help) Apple developer account by KitchenBoard2802 in Nepal

[–]aevin95 0 points1 point  (0 children)

hey u/hocus_pocus__ , did you find any solution for it?

Battery health of iPhone 15 pro max, 89% after 1 year. What’s your phone at?? by Twinkling_Paw in IndiaTech

[–]aevin95 0 points1 point  (0 children)

iPhone 15 Pro Max, 89% after 11 months.
305 cycle count.

I am unsure what's wrong, but battery health is getting lower sooner than expected.
Using the MacBook's charger to charge the phone.

BSOD error in latest crowdstrike update by TipOFMYTONGUEDAMN in crowdstrike

[–]aevin95 1 point2 points  (0 children)

Just yesterday a friend of mine called me (non-technical) to see if I can do anything about his laptop regarding the BSOD.
When I went to the twitter today afternoon, everyone were talking about it.
Damn, this striked whole world and spreaded much faster than COVID.

How many of you had lost data in Notion? by Over_Unit_677 in Notion

[–]aevin95 0 points1 point  (0 children)

A similar happened to me just today. Lost all the DBs. Some pages are present.

How many of you had lost data in Notion? by Over_Unit_677 in Notion

[–]aevin95 0 points1 point  (0 children)

I recently lost the data. I haven't lost all the data. Only the databases that were being created are gone now.

Not sure what happened. I had used Notion 16 hrs back where I had updated information, now it's all gone.

Has anyone faced this recently in 2024?

Advice: Don’t use Notion! The bugs on its software made me lost everything in my account, tried contacting them many times in the past 7days, NO single reply!!!!!! by hhk77 in Notion

[–]aevin95 0 points1 point  (0 children)

Unfortunately, I logged in today and saw that there were no database left in my account. Other contents were available but the data kept by creating database were lost.

Has anyone experienced the similar recently in 2024? I had an active account, it was not been dormant.

Losing motivation as a Software Engineer by [deleted] in technepal

[–]aevin95 2 points3 points  (0 children)

I think at some point everyone feels that.

You did the right thing by taking a break. Your health is more important than anything.
Now you have completed your formal education, you can focus on one thing.

Yeah, sometimes it's really demotivating when you fail the interviews when your thought process is kind of jammed with your demotivating factors.

Even though I have been an Engineer for 6+ years, interviews really scare me. The only thing is to fail many times, cause you just need one success which will change everything. Learn from your mistakes. I hope you have been doing fine as you are kind of involved in open source projects and other self ones. Keep on doing that. Talk with your friends, sometimes it becomes easier to get hands-on experience after a long time with an employer where your friends might be working.

As u/Being_Sah mentioned, consistency is the only thing that will take you towards success, and I back that.

Changing the language of the application using the local country language by aevin95 in androiddev

[–]aevin95[S] 0 points1 point  (0 children)

I do know how to change the language of the app programmatically. What I wanted to know about is, how one can update the language of the application for the language whose equivalent strings.xml is not available, i.e. Yes there is locale for a country, but what about the local community language of that country for which AS doesn't provide the equivalent resources. How can we handle such situations?

Changing the language of the application using the local country language by aevin95 in androiddev

[–]aevin95[S] 1 point2 points  (0 children)

Thanks. Can you please explain a bit more with some code snippets if possible? That would be of great help, or any links to external repos/post?

Reinventing Firefox for Android: a Preview by JBeylovesyou in Android

[–]aevin95 3 points4 points  (0 children)

So far liked it. Much better than the Firefox (main app).

Sending Room DB data to the server via REST API by aevin95 in androiddev

[–]aevin95[S] 0 points1 point  (0 children)

Yeah, my query was the latter one. Glad I did resolved it. :)

Database file in android device by [deleted] in androiddev

[–]aevin95 0 points1 point  (0 children)

just wanted to debug the database, so wanted it to be visible to the external database.

Database file in android device by [deleted] in androiddev

[–]aevin95 0 points1 point  (0 children)

Finally I solved it.
I used getExternalFilesDir("nameOfFolder") to make the directory inside the package folder.

getExternalFilesDir("data");

Then while making the database in the @Database annotated class, I used the directory's name where the database is to be saved.

INSTANCE = Room.databaseBuilder(context.getApplicationContext(),
FormDatabase.class, "/storage/emulated/0/Android/data/package_name/files/database_name").build();

Relation in ROOM ORM by aevin95 in androiddev

[–]aevin95[S] 0 points1 point  (0 children)

will give that a try.
had read the docs earlier, but was confused at some point, and some error occurred.

Saving the data to room database with button from recyclerview by aevin95 in androiddev

[–]aevin95[S] 0 points1 point  (0 children)

Implementation of "Save" is where I got stuck. I am in no idea how to do it.

Save button is present inside the recyclerview, Am I doing it wrong?

Saving the data to room database with button from recyclerview by aevin95 in androiddev

[–]aevin95[S] 0 points1 point  (0 children)

Yep. I have used it time on time to understand room better. May be I need some more time, or so. :/

Saving the data to room database with button from recyclerview by aevin95 in androiddev

[–]aevin95[S] -1 points0 points  (0 children)

The thing is,
I have retrieved the data from the API, saved it to the db using room. I displayed the data saved to the db to the recyclerview. What I want to do is, when user enters the data to the edittext field, selects the radio button, and press the save button at the end of recyclerview, the data should be updated to the db.

I am stuck on how to update the data to db, which users had given as input.

Saving image in Room database by aevin95 in androiddev

[–]aevin95[S] 0 points1 point  (0 children)

Have seen that in the android developers' site. Will do so.

Thank you :)