• Stars
    star
    1
  • Language
    Kotlin
  • Created about 4 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

RecyclerView is the best approach to show scrolling lists on Android. It ensures high performance & smooth scrolling, while providing list elements with flexible layouts. Combined with modern language features of Kotlin, the code overhead of the RecyclerView is greatly reduced compared to the traditional Java approach.

More Repositories

1

Lockbit-Black-3.0

22
star
2

ReverseShell

Stealthy Windows backdoor
C++
14
star
3

Antidebug

Defeating Anti-Debugging Techniques for Malware Analysis
C++
13
star
4

CTTC

Analyze cyber threat research post from given URLs and get insights with the help of ChatGPT
Python
8
star
5

Conti-Ransomware-IOC

8
star
6

Privacy

List of Privacy Services and Software
6
star
7

Malware-Analysis

Varios of Malware Analysis Reports and Malware Samples.
PowerShell
3
star
8

CryptText

Private notes app that features simplicity and strong encryption.
Java
3
star
9

Malware-Config-Extractors

Static configuration extractors for various Malware samples.
Python
3
star
10

Threat-Detection-Rules

Threat Detection Repository - YARA / SIGMA rules
YARA
3
star
11

YaraRules

YARA
2
star
12

eiq-community-exchange

Community sourced queries, hunts, investigation, and configuration techniques useful for EclecticIQ ER or any osquery agent solution.
YARA
1
star
13

Fext

Secure and Serverless File Encryption.
JavaScript
1
star
14

Navigation-Component-2

Create a navigation graph
Kotlin
1
star
15

WindowsExploitDev

Windows Exploit Development Tutorial Series
Python
1
star
16

Emotet-IOC

Tracking Emotet Malware
1
star
17

FancyOne

HTML
1
star
18

Simple-Navigation-Component

Bottom navigation with material components
Kotlin
1
star
19

SigmaRuleGenGPT

Sigma Rule Generator with GPT
Python
1
star
20

View-Binding

View binding is a feature that allows you to more easily write code that interacts with views. Once view binding is enabled in a module, it generates a binding class for each XML layout file present in that module. An instance of a binding class contains direct references to all views that have an ID in the corresponding layout.
Kotlin
1
star
21

LiveData

LiveData is an observable data holder class. Unlike a regular observable, LiveData is lifecycle-aware, meaning it respects the lifecycle of other app components, such as activities, fragments, or services. This awareness ensures LiveData only updates app component observers that are in an active lifecycle state.
Kotlin
1
star
22

ViewModel

The ViewModel class is designed to store and manage UI-related data in a lifecycle conscious way. The ViewModel class allows data to survive configuration changes such as screen rotations.
Kotlin
1
star