ScratchView, Make Scratch Card like Google Pay in Kotlin in Android

Поділитися
Вставка
  • Опубліковано 19 гру 2024

КОМЕНТАРІ • 4

  • @vishnusharda
    @vishnusharda 4 роки тому +1

    Great bro 😎🔥🔥

  • @monasharma6073
    @monasharma6073 4 роки тому +1

    Informative

  • @ivootty_s_world
    @ivootty_s_world 4 роки тому

    I am just a beginner and can anyone help me to do this program to create password?
    1.User should be able to enter the text
    2.Find odd numbered words(eg. *Hai How are you?* ,where odd numbered words are Hai,are)
    3.Select even numbered character from the selected words
    3.Pswd length should be greater or equal to total word count(eg.Hi How are you?,word count=4 and pswd length should be >=4)Add * to make the word count equal to pswd length.(if word count=5,and pswd length=2 then add 3 '*')(if pswd =st and word length is 5,final pswd must be st***)
    4.include single quote ' ' before and after the pswd for better understanding
    5.Character count must start from 1 not from 0(H-1,a-2,i-3..vice versa)
    Eg.input text:Hai. How aRe you?
    Output:'a.R*'
    Input text:Hellooooo. How r you?
    Output:'eloo'