Posts by Luan Rabelo • 41 points
3 posts
-
0
votes2
answers94
viewsA: Calculations using Textchangedlistener
package com.seapis.luanrabelo.seapis; import android.app.Activity; import android.text.Editable; import android.text.TextWatcher; import android.view.View; public class ViveirosBarragem extends…
androidanswered Luan Rabelo 41 -
2
votes2
answers94
viewsQ: Calculations using Textchangedlistener
I’m developing an app to multiply two EditText (quantity X value) and show the result in another EditText. The problem is that there are several EditText how the following code shows:…
androidasked Luan Rabelo 41 -
2
votes1
answer1846
viewsQ: How to calculate NPL (NPV) and IRR (IRR) using Javascript?
I am with a TCC project of economic viability using PHP + Javascript, because well, I can calculate all the indicators I need, except the VPL (NPV) and the TIR (IRR), I saw a library called…